Formeln#1

This commit is contained in:
2019-07-23 10:43:29 +02:00
parent 2d46c3463f
commit 4929b19636
2 changed files with 5 additions and 1 deletions
-1
View File
@@ -28,4 +28,3 @@ class Formel:
if var.konst is False:
self.liste.append(var)
Formeln = []