Beispiel #1
0
    def g(x):
        from mytest import mytest

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