mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-06 03:05:35 +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()
|