Move to Launch Library 2 (#42723)

* Move to Launch Library 2

* isort

* Apply suggestions from code review

* Add const to .coveragerc
This commit is contained in:
Joakim Sørensen 2020-11-05 15:42:12 +01:00 committed by GitHub
parent cd675f9175
commit a199d7af59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 52 additions and 36 deletions

View file

@ -0,0 +1,10 @@
"""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"