Move and split up weather.py.

This is getting out of hand, and I'm about to make it worse.
This commit is contained in:
Dan Albert
2023-05-15 23:34:21 -07:00
committed by Raffson
parent 080d346517
commit 8ed843a9cf
13 changed files with 183 additions and 155 deletions

View File

@@ -11,7 +11,7 @@ from game.dcs.beacons import BeaconType, Beacons
from game.radio.radios import RadioFrequency
from game.radio.tacan import TacanChannel
from game.utils import Heading
from game.weather import Conditions
from game.weather.conditions import Conditions
if TYPE_CHECKING:
from game.theater import ConflictTheater