events started

This commit is contained in:
2025-01-31 13:58:40 +03:00
parent 1fe88e226a
commit 93db5eff72
16 changed files with 577 additions and 455 deletions

View File

@@ -36,7 +36,7 @@ class ContextRetrievers:
key_: str = ""
RESPONSE_VALIDATOR = None
def __init__(self, func):
def __init__(self, func, statics: Optional[str] = None):
self.func = func
if hasattr(self.func, "auth_context"):
self.is_auth = True