Files
cbcren2026/api/__init__.py
2026-03-31 01:28:25 -03:00

8 lines
91 B
Python

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