This commit is contained in:
Chris Proctor
2023-07-28 18:43:20 -04:00
commit d80b57ecf8
6 changed files with 147 additions and 0 deletions

3
constants.py Normal file
View File

@@ -0,0 +1,3 @@
PLOT_HEIGHT = 400
PLOT_WIDTH = 400
TICK_LENGTH = 5