Ejemplo n.º 1
0
    def g(x):
        from mytest import mytest

        return mytest.inc(x)
Ejemplo n.º 2
0
 def g(x):
     from mytest import mytest
     return mytest.inc(x)