Add su attribute to env

This commit is contained in:
Trinh Anh Ngoc
2022-03-10 09:03:28 +07:00
parent 4011d1fa3d
commit e483bc58a8

View File

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