if (__name__ == "__main__"): test = Point(110,10) print(test) empty_test = Point() print(empty_test)