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 = ... cr: Cursor = ...
uid: int = ... uid: int = ...
context: dict = ... context: dict = ...
su: bool = ...
envs: Environments = ... envs: Environments = ...
@classmethod @classmethod
def manage(cls) -> None: ... def manage(cls) -> None: ...