mirror of
https://github.com/naksyn/PythonMemoryModule
synced 2026-06-06 16:24:25 +00:00
9bb2f6761d
Added control for empty passed argument and moved windows folder out for easier importing.
3 lines
149 B
Python
3 lines
149 B
Python
from .apiproxy import is_implemented, get_target, resolve
|
|
from .error import WinproxyError, ExportNotFound
|
|
from .apis import * # Import all functions |