INNER CODE UNIT · Python

WOApp

WordOps/WordOps · wo/cli/main.py:45

class WOApp(CementApp):
    class Meta:
        label = 'wo'

        config_defaults = defaults

        # All built-in application bootstrapping (always run)
        bootstrap = 'wo.cli.bootstrap'

        # Internal plugins (ship with application code)
        plugin_bootstrap = 'wo.cli.plugins'

        # Internal templates (ship with application code)
        template_module = 'wo.cli.templates'

        extensions = ['mustache', 'argcomplete', 'colorlog']

        hooks = [

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…