"""Entry point for AutoMetabuilder.""" from .app_runner import run_app def main(): """CLI entrypoint.""" run_app()