Hey Ynput team and community
I have a question related to server code on addons.
What if in server ->init.py I want to use a module (ayon_api)
Do I need to update my backend’s .toml file by adding that dependency or is there a easy way.
Basically in my addon which runs on server I want to use ayon_api.get_service_addon_settings function but all I can import is ayon_server
The ayon python api is not meant to be used on AYON server itself. You can just use one of addons methods to get the settings.
Thank you for the reply
Yeah I am using ayon_server for getting the similar functionalities