23 lines
377 B
Python
23 lines
377 B
Python
"""
|
|
Auto-generated Python stub file from main.py
|
|
Module: main
|
|
"""
|
|
|
|
|
|
import w32.win32console as w32cmd
|
|
import viperstring as string
|
|
import memhub
|
|
import stdlib
|
|
import stdio
|
|
import hello
|
|
import this
|
|
import t, c
|
|
|
|
pagecode: t.CDefine = 65001
|
|
|
|
def add(x: int, y: int) -> t.CInt: pass
|
|
|
|
def minus(x: int, y: int) -> t.CInt: pass
|
|
|
|
def main(argc: int, argv: t.CArray[str]) -> int: pass
|