diff --git a/leapp/configs/__init__.py b/leapp/configs/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/leapp/configs/actor/__init__.py b/leapp/configs/actor/__init__.py new file mode 100644 index 00000000..c48e433d --- /dev/null +++ b/leapp/configs/actor/__init__.py @@ -0,0 +1,13 @@ +""" +:py:mod:`leapp.configs.actor` represents the import location for private actor config schema that +are placed in the actor's configs folder. + + +Example: + If your actor has a configs folder with a schemas.py python module, import it + from the actor like this:: + + from leapp.libraries.actor import schemas + +This directory is intended for the definitions of actor configuration fields. +"""