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