This commit is contained in:
2026-08-04 17:11:33 +03:00
parent 8fa72daa6b
commit 4e14972cf6
11 changed files with 106 additions and 70 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ from src.errors.http_errors.errors import Errors
from src.models.configs_read.env import env_settings
'''Hash/Check hash'''
class Hashes:
class HashService:
def __init__(self) -> None:
pass
@@ -25,7 +25,7 @@ class Hashes:
'''jwt'''
class Jwt:
class JwtService:
def __init__(self) -> None: