move html and json io managers

This commit is contained in:
2025-08-03 21:30:12 +02:00
parent 5392aceb26
commit 03f9979943
3 changed files with 6 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
from shared.io_manager.html import HtmlIOManager
from shared.io_manager.json import JsonIOManager
__all__ = [HtmlIOManager, JsonIOManager]