diff --git a/southwest/southwest.py b/southwest/southwest.py index c55e017..0d0f82a 100644 --- a/southwest/southwest.py +++ b/southwest/southwest.py @@ -7,6 +7,7 @@ BASE_URL = 'https://mobile.southwest.com/api/' CHECKIN_INTERVAL_SECONDS = 0.25 MAX_ATTEMPTS = 40 + class Reservation(): def __init__(self, number, first, last, notifications=[]):