This commit is contained in:
Eden Kirin
2025-09-20 23:03:10 +02:00
commit 5f61822946
5 changed files with 15 additions and 0 deletions

1
lib/__init__.py Normal file
View File

@ -0,0 +1 @@
raise Exception()

1
lib/some_class.py Normal file
View File

@ -0,0 +1 @@
class SomeClass: ...