7 lines
144 B
Python
7 lines
144 B
Python
from ..extra import exportablething
|
|
|
|
let myotherexport = exportablething + ' there'
|
|
|
|
if __name__ == '__main__':
|
|
print(__package__,__name__)
|