Files
cbcren2026/api/__init__.py

8 lines
91 B
Python

"""
API package for CBCFacil
"""
from .routes import create_app
__all__ = ['create_app']