readmes added comments and some links to the openapi docs mds :)
All checks were successful
checks-impure / test (pull_request) Successful in 29s
checks / test (pull_request) Successful in 3m29s

This commit is contained in:
Georg-Stahn
2024-01-16 22:25:05 +01:00
parent 01e98d363b
commit 3052015a51
15 changed files with 215 additions and 97 deletions

View File

@@ -1,3 +1,4 @@
# Imports
from typing import List, Optional
from sqlalchemy import func
@@ -7,6 +8,8 @@ from sqlalchemy.sql.expression import true
from ..errors import ClanError
from . import schemas, sql_models
# Functions to manipulate the tables of the database
#########################
# #