feat: create structure for the project and first problem

This commit is contained in:
AlanSilvaaa
2026-05-26 00:30:38 -04:00
parent 6a7261e59c
commit 494ff27c06
20 changed files with 633 additions and 3 deletions

4
main.py Normal file
View File

@@ -0,0 +1,4 @@
from app.main import create_app
app = create_app()