optimization to PEP8
The repository was run through linters (Ruff/Flake8/mypy/Pylint) and pre-commit. Code style inconsistencies were found in examples/create_content.py and are planned to be fixed:
- missing module docstring;
- single-letter variable names;
- issues with dictionary typing

optimization to PEP8
The repository was run through linters (Ruff/Flake8/mypy/Pylint) and pre-commit. Code style inconsistencies were found in examples/create_content.py and are planned to be fixed: