ynput / ayon-python-api

Apache License 2.0
9 stars 3 forks source link

Service: Initialize helper #2

Closed iLLiCiTiT closed 1 year ago

iLLiCiTiT commented 1 year ago

Description

Added Service helper class with context about running service which is launched from server. Service just have to call 'init_service' on start of process.

Detailed description

This has no effect on server connection api it just helps to receive information from environments and create connection. Logic was copied from ayclient (premature server api for services).