EthanZyh commited on
Commit
a655fb5
·
1 Parent(s): f9c7c59

try multiple files import at root dir

Browse files
Files changed (1) hide show
  1. testimport1.py +1 -1
testimport1.py CHANGED
@@ -1,2 +1,2 @@
1
- from testimport2 import testB
2
  testA = 1
 
1
+ from .testimport2 import testB
2
  testA = 1