main.py 75 B

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