* Move to Launch Library 2 * isort * Apply suggestions from code review * Add const to .coveragerc
10 lines
245 B
Python
10 lines
245 B
Python
"""Constants for launch_library."""
|
|
|
|
ATTR_AGENCY = "agency"
|
|
ATTR_AGENCY_COUNTRY_CODE = "agency_country_code"
|
|
ATTR_LAUNCH_TIME = "launch_time"
|
|
ATTR_STREAM = "stream"
|
|
|
|
ATTRIBUTION = "Data provided by Launch Library."
|
|
|
|
DEFAULT_NAME = "Next launch"
|