CBCFacil v8.0 - Refactored with AMD GPU support

This commit is contained in:
2026-01-09 13:05:46 -03:00
parent cb17136f21
commit b017504c52
54 changed files with 7251 additions and 3670 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']