Added docs generator, splitted methods

This commit is contained in:
2025-03-11 20:32:16 +03:00
parent 59f420c725
commit 60d29724b6
12 changed files with 278 additions and 37 deletions

View File

@@ -1,4 +1,5 @@
from .focus import Focus
from .req import Request
from .government_lists import gl
__all__ = [Focus, gl]
__all__ = [Focus, Request, gl]