From 7ea8f8fd31c8a39876cf115cd168ba6654ec98c6 Mon Sep 17 00:00:00 2001 From: Leander <80996591+m0ntagur@users.noreply.github.com> Date: Mon, 23 Jan 2023 15:31:30 +0100 Subject: Add files via upload --- __init__.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 __init__.py (limited to '__init__.py') diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..adf7a03 --- /dev/null +++ b/__init__.py @@ -0,0 +1,9 @@ +import pygame +from Steuerung import Steuerung + +pygame.init() + +dieSteuerung = Steuerung() +dieSteuerung.loop() + +pygame.quit() \ No newline at end of file -- cgit v1.3.1