add readme

This commit is contained in:
2025-05-26 08:48:34 -03:00
parent b2314a003f
commit 002705864b
2 changed files with 20 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
from datetime import timedelta
from enum import Enum
from typing import Literal, TypedDict
from typing import TypedDict
from uuid import uuid4
from layercake.dateutils import now, ttl
@@ -23,11 +23,6 @@ class Author(TypedDict):
class Vacancy(TypedDict): ...
class Rel(TypedDict):
id: str
scope: Literal['ORG', 'USER', 'ENROLLMENT']
class LifecycleEvents(str, Enum):
"""Lifecycle events related to scheduling actions."""