DEBSOURCES
Skip Quicknav
sources / circuits / 3.1.0%2Bds1-2 / tests / core / app.py
12345678910
from circuits import Component class App(Component): def test(self): return "Hello World!" def prepare_unregister(self, *args): return