aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/test_module_template.py
blob: b2e917de452b5f00038ee4e13af24b2f63956d0f (plain)
1
2
3
4
5
6
7
8
9
10
from other import *
from sample import *


class MyObjectType(ObjectType):
    pass

class MyOtherObjectType(OtherObjectType):
    value = 10