Added author info and ran through black
This commit is contained in:
parent
30c0988eb6
commit
b197cd6135
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue