auto creator idea

This commit is contained in:
iLLiCiTiT 2021-06-23 10:14:06 +02:00
parent fc03295817
commit 6979b4955a

View file

@ -193,3 +193,10 @@ class Creator(BaseCreator):
short description.
"""
return self.description
class AutoCreator(BaseCreator):
"""Creator which is automatically triggered without user interaction.
Can be used e.g. for `workfile`.
"""