🏛️ ICN
(0,0,0)
p = Pygram.Point(0,0,0)
X
v = Pygram.Vector(1,0,0)
move(v)
c
c = p.move(v)
print(c) >>> 📢 Point:(1,0,0)