mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +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
|