Update stubs

This commit is contained in:
Trinh Anh Ngoc
2022-11-05 11:29:09 +07:00
parent ed4afbdffe
commit d5a8da4ade

View File

@@ -1,4 +1,2 @@
from typing import Any
addons_paths: Any
server_wide_modules: Any
addons_paths: list[str]
server_wide_modules: list[str]