6 lines
105 B
Python
6 lines
105 B
Python
|
|
"""RT-OSS HTTP server for RIA Hub integration."""
|
||
|
|
|
||
|
|
from .app import create_app
|
||
|
|
|
||
|
|
__all__ = ["create_app"]
|