Files
2020-09-22 16:28:19 +02:00

4 lines
49 B
Python

from mypkg import foo, bar
print(foo)
print(bar)