This commit is contained in:
2026-05-26 19:00:04 -07:00
parent 0db899d0c3
commit cdae571385
24 changed files with 119 additions and 241 deletions
+1
View File
@@ -13,6 +13,7 @@ class ZeroXZero(Provider):
PLUGIN_NAME = "0x0"
PLUGIN_ALIASES = ("zeroxzero",)
SUPPORTED_CMDLETS = frozenset({"add-file"})
def upload(self, file_path: str, **kwargs: Any) -> str:
from API.HTTP import HTTPClient