refactor(core): split vk and update services into modules

This commit is contained in:
2026-02-15 20:04:21 +03:00
parent 02350cfca1
commit 4d84d2ebe5
5 changed files with 266 additions and 245 deletions

3
services/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from .update_service import UpdateChecker, detect_update_repository_url
from .vk_service import VkService