Skip to content

Commit 3855797

Browse files
committed
Refactor Simplified Object Initialization for Ui and Game
1 parent f65dc95 commit 3855797

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

mods/auto_market/main.py

+2-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@
22

33
from api import Lord
44
from api import GoodType
5-
from api import Ui
6-
from api import Game
7-
8-
ui = Ui()
9-
game = Game()
5+
from api import ui
6+
from api import game
107

118
load_image = ui.load_image
129

0 commit comments

Comments
 (0)