feat(naive-python): Add Cookiecutter template to create a Python project

This commit is contained in:
2022-06-17 03:17:12 +02:00
parent 7e960f3fce
commit c9a8c0707e
11 changed files with 505 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
{%- if cookiecutter.rich_logging == "yes" -%}
rich
{% endif -%}