This commit is contained in:
2026-06-16 16:09:42 +08:00
commit bffb0cb6b7
644 changed files with 86620 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
"""
Auto-generated Python stub file from main.py
Module: main
"""
from stdint import *
import w32.win32console
import t, c
def add_inline(a: t.CInt, b: t.CInt) -> t.CDefine:
pass
def mul_inline(a: t.CInt, b: t.CInt) -> t.CDefine:
pass
class AppError(Exception):
pass
class DiskError(AppError):
pass
class NetworkError(AppError):
pass
class TimeoutError(NetworkError):
pass
def raise_disk() -> t.CVoid | t.State: pass
def raise_network() -> t.CVoid | t.State: pass
def raise_timeout() -> t.CVoid | t.State: pass
def main() -> t.CInt | t.CExport | t.State: pass