feat: set up basic structure
This commit is contained in:
0
stsg/__init__.py
Normal file
0
stsg/__init__.py
Normal file
2
stsg/__main__.py
Normal file
2
stsg/__main__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def main():
|
||||
print("main")
|
||||
1
stsg/config.py
Normal file
1
stsg/config.py
Normal file
@@ -0,0 +1 @@
|
||||
SOURCE_DIRECTORY = "src"
|
||||
Reference in New Issue
Block a user