RA.Aid/ra_aid/server/__init__.py

5 lines
96 B
Python

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