from __future__ import annotations from teamlandkarte_mcp.__main__ import main as run if __name__ == "__main__": run()