def get_time(): return _example.get_time()
""" call.py """ import _example print _example.fact(5) print _example.my_mod(7,3) print _example.get_time()
def get_time() -> "char *": return _example.get_time()