From dcadac73813291a86a4ab3aca44706fc9b8e3b5e Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Wed, 26 Jun 2024 09:20:15 +0800 Subject: chore(docs): add structures.svg and contributing guidance --- hrc/typing.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'hrc/typing.py') diff --git a/hrc/typing.py b/hrc/typing.py index e69de29..b3ced30 100644 --- a/hrc/typing.py +++ b/hrc/typing.py @@ -0,0 +1,7 @@ +from typing import TypeVar, Generic, Any, TYPE_CHECKING, Awaitable, Callable, Optional + +if TYPE_CHECKING: + from .rules import Rules + + +RulesT = TypeVar("RulesT", bound="Rules[Any]") \ No newline at end of file -- cgit v1.2.3-70-g09d2