Plain is headed towards 1.0! Subscribe for development updates →
1from .cli.core import cli 2 3# Make the CLI available as `python -m plain` 4if __name__ == "__main__": 5 cli()