awa
This commit is contained in:
parent
f02bf605a7
commit
2a7f2d248a
@ -12,13 +12,13 @@ from pyglet import image
|
|||||||
from pyglet.window import Window
|
from pyglet.window import Window
|
||||||
|
|
||||||
try:
|
try:
|
||||||
# editing use
|
|
||||||
import configs
|
|
||||||
import tools
|
|
||||||
except ModuleNotFoundError:
|
|
||||||
# been import use
|
# been import use
|
||||||
from bin import configs
|
from bin import configs
|
||||||
from bin import tools
|
from bin import tools
|
||||||
|
except ModuleNotFoundError:
|
||||||
|
# editing use
|
||||||
|
import configs
|
||||||
|
import tools
|
||||||
|
|
||||||
|
|
||||||
class RenderThread(mp.Process, pyglet.window.Window):
|
class RenderThread(mp.Process, pyglet.window.Window):
|
||||||
|
Loading…
Reference in New Issue
Block a user