Refactored
This commit is contained in:
11
wo/cli/bootstrap.py
Normal file
11
wo/cli/bootstrap.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""WordOps bootstrapping."""
|
||||
|
||||
# All built-in application controllers should be imported, and registered
|
||||
# in this file in the same way as WOBaseController.
|
||||
|
||||
from cement.core import handler
|
||||
from wo.cli.controllers.base import WOBaseController
|
||||
|
||||
|
||||
def load(app):
|
||||
handler.register(WOBaseController)
|
||||
Reference in New Issue
Block a user