Add su attribute to env

This commit is contained in:
Trinh Anh Ngoc
2022-03-10 09:03:41 +07:00
parent 9de790363d
commit 42b2b4b09f

View File

@@ -49,6 +49,7 @@ class Environment(Mapping):
cr: Cursor = ...
uid: int = ...
context: dict = ...
su: bool = ...
envs: Any
@classmethod
def manage(cls) -> None: ...