예제 #1
0
파일: prog.py 프로젝트: aaryani/InPython
from tardis import counting_t
from tardis.counting_t import mod1
from tardis.counting_t.mod1 import mod11
from tardis.counting_t import mod2
from tardis.counting_t import A
from tardis.counting_t import B
from tardis.counting_t import Private_mod

a = mod1.class1()
a.show()
B.function_b()

private_test = Private_mod.Bar()
private_test.foo()
private_test.bar()
예제 #2
0
    def show(self):
        print self.description
	B.function_b()