a3aaf4471c
* Updated dependencies * black + isort
8 lines
141 B
Python
8 lines
141 B
Python
"""
|
|
Permanent handle on all user clients
|
|
"""
|
|
|
|
from specklepy.core.api.client import SpeckleClient
|
|
|
|
speckle_clients: list[SpeckleClient] = []
|