"""Module entry point for ``python -m trmnl_server``.""" from .main import run if __name__ == '__main__': run()