Plain is headed towards 1.0! Subscribe for development updates →
1def setup(): 2 # This package isn't an installed app, 3 # so we need to trigger our own import and cli registration. 4 from .cli import cli # noqa 5 from .backups import cli # noqa