WIP: Media import/export

This commit is contained in:
2023-03-18 20:53:26 +01:00
parent 06b6b49f43
commit a4323981fb
6 changed files with 22 additions and 4 deletions

View File

@@ -64,6 +64,9 @@ if configGet("submit", "mode"):
from plugins.commands.mode_submit import *
from plugins.handlers.submission import *
if configGet("post", "mode"):
from plugins.commands.photos import *
# if configGet("api_based", "mode"):
# from modules.api_client import authorize
# ===========================================================================================================================================