3
0
Fork 0

Fix import path

solution-relative
Ambrose Chua 2021-06-24 15:56:27 +08:00
parent 8429190bf5
commit a9105ecf49
1 changed files with 1 additions and 1 deletions

View File

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