ria-toolkit-oss/src/ria_toolkit_oss/server/__init__.py

6 lines
105 B
Python
Raw Normal View History

2026-03-11 10:27:18 -04:00
"""RT-OSS HTTP server for RIA Hub integration."""
from .app import create_app
__all__ = ["create_app"]