summaryrefslogtreecommitdiff
path: root/tests/internals/pluginfactory/anotherelement/foo.py
blob: 2e067a94f6135d545f64afe2a591f02af18108e6 (plain)
1
2
3
4
5
6
7
8
9
from buildstream import Element


class AnotherFooElement(Element):
    pass


def setup():
    return AnotherFooElement