mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-05-01 21:20:19 +00:00
9 lines
249 B
Python
9 lines
249 B
Python
# This file was auto-generated by Fern from our API Definition.
|
|
|
|
import enum
|
|
|
|
|
|
class SkyvernEnvironment(enum.Enum):
|
|
PRODUCTION = "https://api.skyvern.com"
|
|
STAGING = "https://api-staging.skyvern.com"
|
|
DEVELOPMENT = "http://localhost:8000"
|