diff --git a/pong/main.py b/pong/main.py index 1c1ef7b..a960adf 100644 --- a/pong/main.py +++ b/pong/main.py @@ -3,7 +3,7 @@ ___name___ = "Pong" ___license___ = "WTFPL" ___categories___ = ["Games"] -___dependencies___ = ["dialogs", "app", "ugfx_helper", "random", "sleep", "buttons"] +___dependencies___ = ["dialogs", "app", "ugfx_helper", "sleep", "buttons"] import math, ugfx, ugfx_helper, random, sleep, buttons, time from tilda import Buttons