We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f767b5 commit 11442a8Copy full SHA for 11442a8
pyrail/models.py
@@ -36,6 +36,7 @@ class StationsApiResponse(ApiResponse):
36
37
@dataclass
38
class Departures(DataClassORJSONMixin):
39
+ """Represents departures data for a railway station."""
40
number: int # Number of departures
41
departure: List[dict] = field(default_factory=list) # List of departure details
42
0 commit comments