3
0
Fork 0

Compare commits

...

1 Commits

Author SHA1 Message Date
Ambrose Chua a9105ecf49 Fix import path 2021-06-24 15:56:27 +08:00
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")