Files
gogo2/COBY/api/__init__.py
Dobromir Popov 622d059aae 18: tests, fixes
2025-08-05 14:11:49 +03:00

9 lines
104 B
Python

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