новая структура проекта
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
RENDER_ENGINE_DEBUG = False
|
||||
|
||||
|
||||
def render_debug(message: str):
|
||||
global RENDER_ENGINE_DEBUG
|
||||
|
||||
if RENDER_ENGINE_DEBUG:
|
||||
print('Debug:', message)
|
||||
Reference in New Issue
Block a user