diff --git a/Main.py b/Main.py index e69de29..a171303 100644 --- a/Main.py +++ b/Main.py @@ -0,0 +1,5 @@ +#import Formeln +import user_IO +#import Klassen +while True: + _ = user_IO.user_Input() \ No newline at end of file diff --git a/user-IO.py b/user-IO.py deleted file mode 100644 index e69de29..0000000