Adding back the removed modules

This commit is contained in:
Vishyyy 2026-06-13 05:10:38 +05:30 committed by GitHub
parent 86edc1b7ab
commit e481878771
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,6 +26,11 @@ from typing import override, Callable, Any
# Modules used for overriding AllSettingsWindow
import logging
# Workspace related Modules
from bacommon.restapi.v1 import Endpoint
from efro.dataclassio import dataclass_from_json
from bacommon.restapi.v1.workspaces import WorkspaceResponse, WorkspaceFilesResponse
PLUGIN_MANAGER_VERSION = "1.1.10"
REPOSITORY_URL = "https://github.com/bombsquad-community/plugin-manager"
# Current tag can be changed to "staging" or any other branch in