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

3
main.py Normal file
View File

@ -0,0 +1,3 @@
from lib.some_class import SomeClass
c = SomeClass()