CBCFacil v8.0 - Refactored with AMD GPU support
This commit is contained in:
7
api/__init__.py
Normal file
7
api/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
API package for CBCFacil
|
||||
"""
|
||||
|
||||
from .routes import create_app
|
||||
|
||||
__all__ = ['create_app']
|
||||
Reference in New Issue
Block a user