Initial commit

This commit is contained in:
ItsDrike 2024-04-25 19:46:34 +02:00
commit d66a4b9fa5
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
10 changed files with 1177 additions and 0 deletions

0
src/__init__.py Normal file
View file

6
src/__main__.py Normal file
View file

@ -0,0 +1,6 @@
def main() -> None:
"""Main entry point of the application."""
if __name__ == "__main__":
main()