move html and json io managers
This commit is contained in:
4
shared/src/shared/io_manager/__init__.py
Normal file
4
shared/src/shared/io_manager/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from shared.io_manager.html import HtmlIOManager
|
||||
from shared.io_manager.json import JsonIOManager
|
||||
|
||||
__all__ = [HtmlIOManager, JsonIOManager]
|
||||
Reference in New Issue
Block a user