mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
9 lines
234 B
Python
9 lines
234 B
Python
from openpype.modules import OpenPypeAddOn
|
|
|
|
|
|
class TinyAddon(OpenPypeAddOn):
|
|
"""This is tiniest possible addon.
|
|
|
|
This addon won't do much but will exist in OpenPype modules environment.
|
|
"""
|
|
name = "tiniest_addon_ever"
|