Initial commit - cleaned for CV

This commit is contained in:
Renato97
2026-03-31 01:28:25 -03:00
commit b1b3488c49
64 changed files with 13892 additions and 0 deletions

7
api/__init__.py Normal file
View File

@@ -0,0 +1,7 @@
"""
API package for CBCFacil
"""
from .routes import create_app
__all__ = ['create_app']