kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
11 wiersze
180 B
Python
11 wiersze
180 B
Python
![]() |
from config import plugins
|
||
|
|
||
|
PLUGIN = plugins.get_plugin_config(
|
||
|
name="archivedl",
|
||
|
label="Archive-dl",
|
||
|
description="",
|
||
|
version="0.1",
|
||
|
user=False,
|
||
|
conf=[],
|
||
|
)
|