blob: 2e067a94f6135d545f64afe2a591f02af18108e6 [file] [log] [blame]
from buildstream import Element
class AnotherFooElement(Element):
pass
def setup():
return AnotherFooElement