Sign in
apache
/
buildstream
/
refs/heads/tristan/bst2-separation
/
.
/
tests
/
format
/
project
/
duplicate-plugins
/
bar
/
foo.py
blob: 35e597a656757c125f139bc7af802f5136f65f45 [
file
] [
log
] [
blame
]
from
buildstream2
import
Element
class
FooElement
(
Element
):
pass
def
setup
():
return
FooElement