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


class MyObjectType(ObjectType):
    pass

class MyOtherObjectType(OtherObjectType):
    value = 10


obj = MyObjectType()