summaryrefslogtreecommitdiff
path: root/tests/plugins/basics/customelement/foo.py
blob: 260de8b27fa632060b47d80b69f30fd72523a435 (plain)
1
2
3
4
5
6
7
8
9
from buildstream import Element


class FooElement(Element):
    pass


def setup():
    return FooElement