5 lines
107 B
Python
5 lines
107 B
Python
"""Constants for the FAA Delays integration."""
|
|
|
|
from __future__ import annotations
|
|
|
|
DOMAIN = "faa_delays"
|