""" API layer for the COBY system. """ from .rest_api import create_app __all__ = [ 'create_app' ]