RA.Aid/ra_aid/webui/__init__.py

5 lines
96 B
Python

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