move seeds dir

This commit is contained in:
2025-04-03 21:08:59 -03:00
parent 34085af4a8
commit 1358088a48
41 changed files with 1950 additions and 108 deletions

View File

@@ -1,4 +1,5 @@
class UnauthorizedError(Exception): ...
class UnauthorizedError(Exception):
pass
def get_user(access_token: str, /, idp_client) -> dict[str, str]: