main.py 81 B

123456
  1. import os
  2. print(os.getcwd())
  3. test = __import__('build/libtest.so')
  4. test.hello()