mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 03:30:10 +00:00
9 lines
238 B
Python
9 lines
238 B
Python
# This file was auto-generated by Fern from our API Definition.
|
|
|
|
import enum
|
|
|
|
|
|
class SkyvernEnvironment(enum.Enum):
|
|
CLOUD = "https://api.skyvern.com"
|
|
STAGING = "https://api-staging.skyvern.com"
|
|
LOCAL = "http://localhost:8000"
|