Flight Planner first version (just print planned flight in log but does not generate them yet)

This commit is contained in:
Khopa
2019-10-15 23:06:21 +02:00
parent fa99df3ce7
commit b7ee98dcd6
7 changed files with 472 additions and 20 deletions

View File

@@ -1,8 +1,7 @@
import typing
import re
import typing
from dcs.mapping import *
from dcs.country import *
from dcs.terrain import Airport
from .theatergroundobject import TheaterGroundObject