mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
6 lines
117 B
Python
6 lines
117 B
Python
from app.db.sqlite.plugins import PluginsMethods
|
|
|
|
|
|
def register_plugins():
|
|
PluginsMethods.insert_lyrics_plugin()
|