15 lines
273 B
Python
15 lines
273 B
Python
"""
|
|
Auto-generated Python stub file from lib.__init__.py
|
|
Module: lib.__init__
|
|
"""
|
|
|
|
|
|
import t, c
|
|
from stdint import *
|
|
import memhub
|
|
import lib.core.VLogger as VLogger
|
|
|
|
_mbuddy: t.CExtern | memhub.MemManager | t.CPtr
|
|
|
|
def InitLib(mb: memhub.MemManager | t.CPtr) -> int: pass
|