Added author info and ran through black

This commit is contained in:
Carsten Thue-Bludworth 2022-09-27 22:27:30 -04:00
parent 30c0988eb6
commit b197cd6135

View file

@ -31,6 +31,7 @@ import gc
import math
import time
import displayio
try:
import board
except:
@ -83,7 +84,7 @@ class Color:
pass
class Vec2D():
class Vec2D:
"""A 2 dimensional vector class, used as a helper class
for implementing turtle graphics.
May be useful for turtle graphics programs also.