mirror of
https://github.com/zoriya/AnonymousGoose.git
synced 2026-05-28 04:21:16 +00:00
Solving Jeremy's mistakes
This commit is contained in:
@@ -5,7 +5,6 @@ import pyxhook
|
||||
from term_utils import Term
|
||||
from command_helper import CommandHelper
|
||||
from trick import Trick
|
||||
from Tricks.anim_ascii import AnimAsciiTrick
|
||||
|
||||
|
||||
class AnonymousGoose:
|
||||
@@ -54,7 +53,6 @@ class AnonymousGoose:
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
AnimAsciiTrick().run()
|
||||
goose = AnonymousGoose()
|
||||
goose.run()
|
||||
goose.stop()
|
||||
|
||||
Reference in New Issue
Block a user