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