"""Allow running as `python -m autonoma`."""
from autonoma.main import cli_entry

if __name__ == "__main__":
    cli_entry()
