(Accountability): New module and base system.

This commit is contained in:
2021-09-19 09:56:25 +03:00
parent 4229fe8b18
commit 2ee717bc0c
11 changed files with 1214 additions and 1 deletions

View File

@@ -519,3 +519,5 @@ multiselect_regex = re.compile(
r"^([0-9, -]+)$",
re.DOTALL | re.IGNORECASE | re.VERBOSE
)
tick = ''
cross = ''