Tony's update to unit databases

This commit is contained in:
Pax1601
2024-05-29 09:20:37 +02:00
parent 52833cadee
commit 6db4455d5a
7 changed files with 160 additions and 55 deletions

1
scripts/python/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.venv

View File

@@ -6,8 +6,6 @@ from slpp import slpp as lua
SEARCH_FOLDER = "D:\\Eagle Dynamics\\DCS World OpenBeta"
sys.path.append("..\\..\\..\\dcs-master\\dcs-master")
from dcs.vehicles import *
from dcs.ships import *
from dcs.planes import *