pocketpy/tests/dylib/main.py
blueloveTH a06a8918ce ...
2023-07-09 00:55:30 +08:00

6 lines
75 B
Python

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