Добавлен класс ConfigurationManager

This commit is contained in:
2026-07-12 20:37:43 +03:00
parent 9c13222d0d
commit 1acd7c0029
5 changed files with 185 additions and 1 deletions

View File

@@ -8,5 +8,6 @@
Пакет описания тестов для классов менеджеров
"""
from .configuration_manager_tests import ConfigurationManagerTests
from .crypto_manager_tests import CryptoManagerTests
from .locale_manager_tests import LocaleManagerTests