15 lines
280 B
Python
15 lines
280 B
Python
"""
|
|
Auto-generated Python stub file from main.py
|
|
Module: main
|
|
"""
|
|
|
|
|
|
import t, c
|
|
from t import CInt, CPtr, CChar, CLong
|
|
import viperlib
|
|
import cpython
|
|
|
|
def SetDllDirectoryA(lpPathName: str | CPtr) -> CInt | t.CExtern | t.State: pass
|
|
|
|
def main() -> CInt | t.CExport | t.State: pass
|