from a import b def test(hi: int = 17): print("hi", hi) return test()