def g(x):
        from mytest import mytest

        return mytest.inc(x)
Exemple #2
0
 def g(x):
     from mytest import mytest
     return mytest.inc(x)