try multiple files import at root dir
Browse files- 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
|