mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
photoshop uses package.py
This commit is contained in:
parent
10823b40a9
commit
8749bdea3c
3 changed files with 3 additions and 8 deletions
3
server_addon/photoshop/package.py
Normal file
3
server_addon/photoshop/package.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
name = "photoshop"
|
||||
title = "Photoshop"
|
||||
version = "0.1.2"
|
||||
|
|
@ -1,14 +1,9 @@
|
|||
from ayon_server.addons import BaseServerAddon
|
||||
|
||||
from .settings import PhotoshopSettings, DEFAULT_PHOTOSHOP_SETTING
|
||||
from .version import __version__
|
||||
|
||||
|
||||
class Photoshop(BaseServerAddon):
|
||||
name = "photoshop"
|
||||
title = "Photoshop"
|
||||
version = __version__
|
||||
|
||||
settings_model = PhotoshopSettings
|
||||
|
||||
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