Sign in
apache
/
buildstream
/
refs/heads/lachlanmackenzie/CheckBotBehaviour
/
.
/
tests
/
internals
/
pluginloading
/
customsource
/
pluginsources
/
foo.py
blob: fce5239b170dc977dfec8e8e40bc4771e2c55c0f [
file
] [
log
] [
blame
]
from
buildstream
import
Source
class
FooSource
(
Source
):
def
preflight
(
self
):
pass
def
configure
(
self
,
node
):
pass
def
get_unique_key
(
self
):
pass
def
setup
():
return
FooSource