Files
Ciro Santilli 六四事件 法轮功 3990333f3d python relative import
2020-10-20 01:00:00 +00:00

8 lines
116 B
Python
Executable File

#!/usr/bin/env python
import myfile
import mydir.myfile_user
assert myfile.a == 1
assert mydir.myfile_user.b == 2