feat: set up basic structure

This commit is contained in:
2025-04-10 12:13:46 +02:00
parent ded054147b
commit d68cfe15fe
4 changed files with 31 additions and 0 deletions

0
stsg/__init__.py Normal file
View File

2
stsg/__main__.py Normal file
View File

@@ -0,0 +1,2 @@
def main():
print("main")

1
stsg/config.py Normal file
View File

@@ -0,0 +1 @@
SOURCE_DIRECTORY = "src"