mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
12 lines
199 B
Python
12 lines
199 B
Python
import typing
|
|
import random
|
|
|
|
import dcs
|
|
|
|
from theater.controlpoint import *
|
|
from theater.base import *
|
|
from theater.conflicttheater import *
|
|
|
|
def generate_initial(theater: ConflictTheater):
|
|
pass
|