Bot-Man-Toe/pyserver/__init__.py

6 lines
88 B
Python

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