Fix: Populate __init__.py to ensure proper package initialization
This commit is contained in:
+9
-1
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: gommi_download_manager
|
||||
package_name: gommi_download_manager
|
||||
version: '0.1.2'
|
||||
version: '0.1.3'
|
||||
description: FlaskFarm 범용 다운로더 큐 - YouTube, 애니24, 링크애니, Anilife 지원
|
||||
developer: projectdx
|
||||
home: https://gitea.yommi.duckdns.org/projectdx/gommi_downloader_manager
|
||||
|
||||
Reference in New Issue
Block a user