DEBSOURCES
Skip Quicknav
sources / circuits / 3.2.3-3 / tests / core / app.py
123456789
from circuits import Component class App(Component): def test(self): return 'Hello World!' def prepare_unregister(self, *args): return