DEBSOURCES
Skip Quicknav
sources / buildstream / 1.6.9-3 / tests / plugins / basics / anotherelement / foo.py
123456789
from buildstream import Element class AnotherFooElement(Element): pass def setup(): return AnotherFooElement