pocketpy/tests/dylib/main.py
blueloveTH 1b978b5d01 ...
2023-07-09 03:11:25 +08:00

6 lines
81 B
Python

import os
print(os.getcwd())
test = __import__('build/libtest.so')
test.hello()