aboutsummaryrefslogtreecommitdiff
path: root/turtetris-master/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'turtetris-master/__init__.py')
-rw-r--r--turtetris-master/__init__.py12
1 files changed, 0 insertions, 12 deletions
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()