@@ -1,6 +1,8 @@
from __future__ import annotations
from math import sqrt
class Vec:
def __init__(self, x: float = 0, y: float = 0) -> None:
self.x = x
The note is not visible to the blocked user.