kuroko/modules/foo/bar/relative.krk
2022-05-28 15:41:47 +09:00

7 lines
144 B
Python

from ..extra import exportablething
let myotherexport = exportablething + ' there'
if __name__ == '__main__':
print(__package__,__name__)