import _socket def main(): print('aaa') print(_socket) if __name__ == "__main__": main()