новая структура проекта

This commit is contained in:
2026-04-20 21:04:25 +04:00
parent 1fe2a72ef1
commit 1a56b22e38
1932 changed files with 1886 additions and 22779 deletions
@@ -0,0 +1,8 @@
RENDER_ENGINE_DEBUG = False
def render_debug(message: str):
global RENDER_ENGINE_DEBUG
if RENDER_ENGINE_DEBUG:
print('Debug:', message)