diff --git a/bin/client.py b/bin/client.py index 520f1cc..812e8e5 100644 --- a/bin/client.py +++ b/bin/client.py @@ -12,13 +12,13 @@ from pyglet import image from pyglet.window import Window try: - # editing use - import configs - import tools -except ModuleNotFoundError: # been import use from bin import configs from bin import tools +except ModuleNotFoundError: + # editing use + import configs + import tools class RenderThread(mp.Process, pyglet.window.Window):