game.core.entities.airport
core/entities/airport.py
Defines the Airport data structure for the game.
Basic information of an airport including ICAO code, name, country, latitude and longitude coordinates.
Classes
|
Represents an aiport with location and basic information. |