6 lines
175 B
Python
6 lines
175 B
Python
"""Authenticated, read-only Observatory adapter for canonical Teleo claims."""
|
|
|
|
from .app import create_app
|
|
from .config import Settings
|
|
|
|
__all__ = ["Settings", "create_app"]
|