Skip to content

Commit

Permalink
Is this the secret sauce?
Browse files Browse the repository at this point in the history
  • Loading branch information
abadger committed Sep 18, 2024
1 parent 57740b4 commit 1f75fe5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Empty file added leapp/configs/__init__.py
Empty file.
13 changes: 13 additions & 0 deletions leapp/configs/actor/__init__.py
Original file line number Diff line number Diff line change
@@ -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.
"""

0 comments on commit 1f75fe5

Please sign in to comment.