def f(): return 0 if __name__ == '__main__': print("heyo") else: print("I am a module.")