adds vote api

This commit is contained in:
2025-05-20 23:18:57 +02:00
parent ddb99f5056
commit 501044eef2
5 changed files with 50 additions and 3 deletions
+1
View File
@@ -5,3 +5,4 @@ from .api.artist import *
from .api.user import *
from .api.album import *
from .api.profile import *
from .api.vote import *