"""Entry point for running the create-host module.""" from .create_host import app if __name__ == "__main__": app()