fic scenario autostart

This commit is contained in:
jeremy
2020-04-26 15:15:02 +02:00
parent 1b59925627
commit 9571b54edb
-2
View File
@@ -6,7 +6,6 @@ import sys
from term_utils import Term
from command_helper import CommandHelper
from trick import Trick
from tricks.scenario import Scenario
class AnonymousGoose:
def __init__(self):
@@ -56,7 +55,6 @@ class AnonymousGoose:
if __name__ == "__main__":
disable_x = len(sys.argv) == 2 and sys.argv[1] == '-x'
Scenario().run()
goose = AnonymousGoose()
goose.run(disable_x)
goose.stop()