CofeehousePy/services/ping_service/coffeehouse_ping/__init__.py

4 lines
64 B
Python
Raw Normal View History

2021-01-14 19:21:07 +01:00
from . import server
from .server import *
__all__ = ["Server"]