RA.Aid/ra_aid/webui/__init__.py

6 lines
97 B
Python

"""Web interface module for RA.Aid."""
from .server import run_server
__all__ = ["run_server"]