Bot-Man-Toe/webclient/__init__.py

6 lines
87 B
Python

"""Public server entry points."""
from .app import WebClient
__all__ = ["WebClient"]