1from .cli.core import cli 2 3# Make the CLI available as `python -m plain` 4if __name__ == "__main__": 5 cli()