AngellusMortis/game_server_manager

View on GitHub
gs_manager/null.py

Summary

Maintainability
A
0 mins
Test Coverage
__all__ = ["NullServer"]


class NullServer:
    """ Empty game server with no commands or config"""

    name: str = "null"