from trac.core import * from themeengine.api import ThemeBase __all__ = ['MentalaxisTheme'] class MentalaxisTheme(ThemeBase): """A theme from mentalaxis.com.""" css = screenshot = htdocs = True