auto/base: type hint metadata
This commit is contained in:
parent
f96bbcf49d
commit
f7e83611f1
1 changed files with 4 additions and 1 deletions
|
@ -5,7 +5,10 @@ from app import app
|
|||
|
||||
|
||||
class BaseAutomation:
|
||||
short_name = None
|
||||
short_name: str = "base"
|
||||
description: str = "Abstract base automation."
|
||||
frequency: int
|
||||
|
||||
"""
|
||||
The short name of the automation provider. This is used as an opaque token throughout
|
||||
the portal system.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue