Skip to content

Commit bd4c0f0

Browse files
Update __init__.py
1 parent 5a01c4a commit bd4c0f0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/fr24sdk/models/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# SPDX-License-Identifier: MIT
44
"""Exposes data models for the Flightradar24 SDK."""
55

6+
from .flight_category import FlightCategory
67
from .airline import AirlineLight
78
from .airport import AirportFull, AirportLight, Country, Timezone
89
from .flight import (
@@ -27,6 +28,7 @@
2728

2829
__all__ = [
2930
"AirlineLight",
31+
"FlightCategory",
3032
"AirportFull",
3133
"AirportLight",
3234
"Country",

0 commit comments

Comments
 (0)