8 lines
91 B
Python
8 lines
91 B
Python
"""
|
|
API package for CBCFacil
|
|
"""
|
|
|
|
from .routes import create_app
|
|
|
|
__all__ = ['create_app']
|