DEBSOURCES
Skip Quicknav
sources / buildstream / 1.6.8-2 / tests / plugins / basics / anothersource / foo.py
123456789
from buildstream import Source class AnotherFooSource(Source): pass def setup(): return AnotherFooSource