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

8
config/__init__.py Normal file
View File

@@ -0,0 +1,8 @@
"""
Configuration package for CBCFacil
"""
from .settings import settings
from .validators import validate_environment
__all__ = ['settings', 'validate_environment']