From 5256ae2e59f513afe66203ceecd8759d1bd60a07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 18 Jul 2017 13:42:52 +0200 Subject: Another fixes in setup --- turtetris-master/__init__.py | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 turtetris-master/__init__.py (limited to 'turtetris-master/__init__.py') diff --git a/turtetris-master/__init__.py b/turtetris-master/__init__.py deleted file mode 100644 index 9cf22b1..0000000 --- a/turtetris-master/__init__.py +++ /dev/null @@ -1,12 +0,0 @@ -from .usb_input import Gamepad - - -def main(): - "Main function" - inpt = Gamepad() - while True: - print(inpt.check()) - - -if __name__ == '__main__': - main() -- cgit v1.2.3