Initial commit

This commit is contained in:
eqb
2025-08-25 10:03:38 +00:00
commit 6f353843b6
12 changed files with 287 additions and 0 deletions

4
constants.py Normal file
View File

@@ -0,0 +1,4 @@
PLOT_HEIGHT = 400
PLOT_WIDTH = 400
PLOT_PADDING = 20
TICK_LENGTH = 5