3 lines
82 B
Python
3 lines
82 B
Python
from foo.extra import exportablething
|
|
print("Imported foo.__init__ as", __name__)
|