First commit. Added part of legal entities methods.

This commit is contained in:
2024-04-26 13:12:59 +03:00
commit ab90faf9ec
5 changed files with 345 additions and 0 deletions

4
kontur_focus/__init__.py Normal file
View File

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