Restructured libraries

This commit is contained in:
2025-07-17 16:38:20 +02:00
parent 6d4b7227ce
commit 562603a8cd
35 changed files with 162 additions and 85 deletions

View File

@@ -35,7 +35,7 @@ if _IN_DOCKER:
Sound = Quiet
else:
from utils.sounds import Sound
from module_utils.sounds import Sound
def color_text(text, color):