Files
init-import-test/README.md
Eden Kirin 5f61822946 Initial
2025-09-20 23:03:10 +02:00

9 lines
282 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

```
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
```