Added docs generator, splitted methods
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from .focus import Focus
|
||||
from .req import Request
|
||||
from .government_lists import gl
|
||||
|
||||
__all__ = [Focus, gl]
|
||||
__all__ = [Focus, Request, gl]
|
||||
|
||||
Reference in New Issue
Block a user