#api
from PikaObj import *
class Line(TinyObj):
def new():
pass
def delete():
def moveTo(x: int, y: int):