Your IP : 216.73.216.169


Current Path : /usr/lib/python3.9/site-packages/leapp/configs/actor/
Upload File :
Current File : //usr/lib/python3.9/site-packages/leapp/configs/actor/__init__.py

"""
: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.configs.actor import schemas

This directory is intended for the definitions of actor configuration fields.
"""