Added PyDCS as a submodule

This commit is contained in:
Anthony Conrad
2020-08-22 19:02:26 -07:00
parent 4c310d268d
commit 18896a69cf
12 changed files with 19 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
import inspect
import dcs
from pydcs import dcs
DEFAULT_AVAILABLE_BUILDINGS = ['fuel', 'ammo', 'comms', 'oil', 'ware', 'farp', 'fob', 'power', 'factory', 'derrick', 'aa']