Initial Commit.

ADD: Get User By Id
ADD: Get Release By Id
This commit is contained in:
Kentai Radiquum 2024-04-16 23:41:52 +05:00
commit 025ef2be93
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
5 changed files with 110 additions and 0 deletions

9
.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
# Python
__pycache__
venv
# VSCode
.VSCode
# NextJS
node_modules