Sign in
apache
/
buildstream
/
refs/heads/tracking-changes
/
.
/
tests
/
plugins
/
third_party
/
third_party_source
/
foop.py
blob: de78a00cef68de7f325c68ed9902de30193a1d8f [
file
]
from
buildstream
import
Source
class
FooSource
(
Source
):
pass
def
setup
():
return
FooSource