reworked cage_func to use class for axes

This commit is contained in:
Martin Zietz
2021-01-21 15:05:44 +01:00
parent b1f55b4dc4
commit 9620bcdfdd
7 changed files with 115 additions and 92 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from tkinter import *
from tkinter import ttk
import globals
import settings
import cage_func
import random as rand