first commit
This commit is contained in:
5
backend/app/main.py
Normal file
5
backend/app/main.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from app.app_factory import create_app
|
||||
|
||||
app = create_app()
|
||||
Reference in New Issue
Block a user