3
0
Fork 0

Flatten structure

solution-flatten
Ambrose Chua 2021-06-24 15:58:31 +08:00
parent 8429190bf5
commit 7253c9f9f4
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()