CofeehousePy/services/ping_service/coffeehouse_ping/__init__.py

4 lines
67 B
Python

from . import server
from .server import *
__all__ = ["Server"]