View file File name : bootstrap.py Content : from .controllers.base import Base def load(app): app.handler.register(Base)