3
0
Fork 0

Compare commits

...

1 Commits

Author SHA1 Message Date
Ambrose Chua 7253c9f9f4 Flatten structure 2021-06-24 15:58:31 +08:00
3 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from submodule.thing import test
from thing import test
print("entry")
test()