23 lines
371 B
Python
23 lines
371 B
Python
"""
|
|
Auto-generated Python stub file from main.py
|
|
Module: main
|
|
"""
|
|
|
|
|
|
from stdint import *
|
|
import t, c
|
|
from t import CInt, CExport
|
|
from stdio import printf
|
|
import memhub
|
|
import stdlib
|
|
import sys
|
|
import string
|
|
import ast
|
|
import w32.win32console
|
|
|
|
ARENA_SIZE: t.CDefine = 1048576
|
|
POOL_SIZE: t.CDefine = 524288
|
|
DUMP_SIZE: t.CDefine = 262144
|
|
|
|
def main() -> CInt | CExport: pass
|