assets_guardian.core.config.author_config๏ƒ

Classes

AuthorConfig(fullname,ย email)

Identity of the person running Assets Guardian.

class assets_guardian.core.config.author_config.AuthorConfig(fullname: str, email: str)[source]๏ƒ

Bases: object

Identity of the person running Assets Guardian.

Variables:
  • fullname (str) โ€“ Full name of the author.

  • email (str) โ€“ Email address of the author.