mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
4 lines
126 B
Python
4 lines
126 B
Python
from .native_function import generate_callback_stub, create_function
|
|
|
|
__all__ = ["generate_callback_stub", "create_function"]
|