Files

7 lines
78 B
Python

import sys
import os
print(os.path)
print(sys.path)
import foo
print(foo.bar)