mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
harmony uses package.py
This commit is contained in:
parent
85fe7f0de7
commit
2b1e67c88f
3 changed files with 3 additions and 8 deletions
3
server_addon/harmony/package.py
Normal file
3
server_addon/harmony/package.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
name = "harmony"
|
||||
title = "Harmony"
|
||||
version = "0.1.2"
|
||||
|
|
@ -1,14 +1,9 @@
|
|||
from ayon_server.addons import BaseServerAddon
|
||||
|
||||
from .settings import HarmonySettings, DEFAULT_HARMONY_SETTING
|
||||
from .version import __version__
|
||||
|
||||
|
||||
class Harmony(BaseServerAddon):
|
||||
name = "harmony"
|
||||
title = "Harmony"
|
||||
version = __version__
|
||||
|
||||
settings_model = HarmonySettings
|
||||
|
||||
async def get_default_settings(self):
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""Package declaring addon version."""
|
||||
__version__ = "0.1.2"
|
||||
Loading…
Add table
Add a link
Reference in a new issue