"""Constants.""" BASE_URL = "https://ll.thespacedevs.com" DEV_BASE_URL = "https://lldev.thespacedevs.com" DEFAULT_API_VERSION = "2.2.0" DOCUMENTATION = "https://thespacedevs.com/llapi" HEADERS = { "Content-Type": "application/json", "Accept": "application/json", "User-Agent": "python/pylaunches", }