Add missing Environment attribute

This commit is contained in:
Trinh Anh Ngoc
2022-05-11 13:49:48 +07:00
parent 0c5fec7e2a
commit 516448c63f

View File

@@ -54,6 +54,7 @@ class Environment(Mapping):
@classmethod
def manage(cls) -> None: ...
def reset(self) -> None: ...
all: Transaction
transaction: Transaction
registry: Registry
cache: Cache