Initial
This commit is contained in:
@@ -0,0 +1 @@
|
||||
__pycache__
|
||||
@@ -0,0 +1,9 @@
|
||||
```
|
||||
❯ python main.py
|
||||
Traceback (most recent call last):
|
||||
File "/home/eden/tmp/init_import_test/main.py", line 1, in <module>
|
||||
from lib.some_class import SomeClass
|
||||
File "/home/eden/tmp/init_import_test/lib/__init__.py", line 1, in <module>
|
||||
raise Exception()
|
||||
Exception
|
||||
```
|
||||
@@ -0,0 +1 @@
|
||||
raise Exception()
|
||||
@@ -0,0 +1 @@
|
||||
class SomeClass: ...
|
||||
Reference in New Issue
Block a user