swcheckin.config module

Global Variables.

By design, import no any other local module inside this file. Vice verse, it’d produce circular dependent imports.

class swcheckin.config.Config(base_url: str = 'https://mobile.southwest.com/api/', checkin_interval_seconds: float = 0.25, max_attempts: int = 40)[source]

Bases: object

Globally accessible settings throughout the whole project.

base_url: str = 'https://mobile.southwest.com/api/'
checkin_interval_seconds: float = 0.25
max_attempts: int = 40