Fix: Populate __init__.py to ensure proper package initialization

This commit is contained in:
2026-01-06 19:23:00 +09:00
parent b088873a64
commit 1860c26284
2 changed files with 10 additions and 2 deletions

View File

@@ -1 +1,9 @@
# gommi_download_manager - Universal Downloader Queue Plugin try:
from .setup import P
blueprint = P.blueprint
menu = P.menu
plugin_load = P.logic.plugin_load
plugin_unload = P.logic.plugin_unload
plugin_info = P.plugin_info
except ImportError:
pass

View File

@@ -1,6 +1,6 @@
name: gommi_download_manager name: gommi_download_manager
package_name: gommi_download_manager package_name: gommi_download_manager
version: '0.1.2' version: '0.1.3'
description: FlaskFarm 범용 다운로더 큐 - YouTube, 애니24, 링크애니, Anilife 지원 description: FlaskFarm 범용 다운로더 큐 - YouTube, 애니24, 링크애니, Anilife 지원
developer: projectdx developer: projectdx
home: https://gitea.yommi.duckdns.org/projectdx/gommi_downloader_manager home: https://gitea.yommi.duckdns.org/projectdx/gommi_downloader_manager