Skip to content

Commit 474ea80

Browse files
committed
added header docstring to '_api.py'
1 parent 0015d9a commit 474ea80

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

ayon_api/_api.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
import os
210
import socket
311

0 commit comments

Comments
 (0)