Spaces:
Sleeping
Sleeping
nastasiasnk
commited on
Commit
•
d22b489
1
Parent(s):
d1715e3
Update app.py
Browse files
app.py
CHANGED
@@ -85,6 +85,16 @@ CLIENT = SpeckleClient(host="https://speckle.xyz/")
|
|
85 |
CLIENT.authenticate_with_token(token=userdata.get('speckleToken'))
|
86 |
"""
|
87 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
|
89 |
import imports_utils
|
90 |
|
|
|
85 |
CLIENT.authenticate_with_token(token=userdata.get('speckleToken'))
|
86 |
"""
|
87 |
|
88 |
+
#import other libaries
|
89 |
+
from specklepy.api.client import SpeckleClient
|
90 |
+
from specklepy.api.credentials import get_default_account, get_local_accounts
|
91 |
+
from specklepy.transports.server import ServerTransport
|
92 |
+
from specklepy.api import operations
|
93 |
+
from specklepy.objects.geometry import Polyline, Point
|
94 |
+
from specklepy.objects import Base
|
95 |
+
|
96 |
+
|
97 |
+
|
98 |
|
99 |
import imports_utils
|
100 |
|