We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0015d9a commit 474ea80Copy full SHA for 474ea80
1 file changed
ayon_api/_api.py
@@ -1,3 +1,11 @@
1
+"""Singleton based server api for direct access.
2
+
3
+This implementation will be probably the most used part of package. Gives
4
+option to have singleton connection to Server URL based on environment variable
5
+values. All public functions and classes are imported in '__init__.py' so
6
+they're available directly in top module import.
7
+"""
8
9
import os
10
import socket
11
0 commit comments