3
0
Fork 0

Fix import path

solution-absolute
Ambrose Chua 2021-06-24 15:49:30 +08:00
parent 8429190bf5
commit a080752d66
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from other import printer
from submodule.other import printer
def test():
printer("hello")