mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
This class does far too many things and the file is huge. Split it up into a few more classes.
6 lines
118 B
Python
6 lines
118 B
Python
from .pydcswaypointbuilder import PydcsWaypointBuilder
|
|
|
|
|
|
class DefaultWaypointBuilder(PydcsWaypointBuilder):
|
|
pass
|