# Imports from FaceMesh import Face # Create Face face = Face(100, 2, 1) # Program Loop while True: face.track() face.display()