Files
TransPyC/Test/NewAstTest/temp/4175f14c5fbef360.pyi
2026-07-18 19:25:40 +08:00

18 lines
528 B
Python

"""
Auto-generated Python stub file from main.py
Module: main
"""
import t, c
from t import CInt, CExport, CPtr
from stdio import printf
import memhub
import stdlib
import string
from ast import AST, ASTKind, Module, FunctionDef, Assign, If, For, While, With, Return, Expr, Name, Constant, BinOp, UnaryOp, Call, Compare, Import, ImportFrom, Expression, CONST_INT, CONST_STR, CONST_BOOL, CONST_NONE, OpKind, ASTCtx, FLAG_IS_ASYNC, parse, parse_expression, dump
ARENA_SIZE: t.CExtern | CInt
def main() -> CInt | CExport: pass