Added cpl_cli docs & moved cpl_cli/templates -> cpl_cli/_templates

This commit is contained in:
2021-04-14 10:58:47 +02:00
parent 478f1ad0ff
commit ed1a4eb88c
117 changed files with 4880 additions and 269 deletions

View File

@@ -1,6 +1,6 @@
import os
from cpl_cli.templates.template_file_abc import TemplateFileABC
from cpl_cli._templates.template_file_abc import TemplateFileABC
class TemplateBuilder: