9 lines
104 B
Python
9 lines
104 B
Python
"""
|
|
API layer for the COBY system.
|
|
"""
|
|
|
|
from .rest_api import create_app
|
|
|
|
__all__ = [
|
|
'create_app'
|
|
] |