2025-04-07 02:19:25 -04:00
|
|
|
import dcc.config
|
2025-04-15 22:49:22 -04:00
|
|
|
import dcc.doom_base
|
2025-04-07 02:19:25 -04:00
|
|
|
import subprocess
|
|
|
|
|
2025-04-15 22:49:22 -04:00
|
|
|
class Play(dcc.doom_base.WadMap):
|
2025-04-07 02:19:25 -04:00
|
|
|
def take_action(self, parsed_args):
|
2025-05-13 05:46:26 -04:00
|
|
|
subprocess.run([dcc.config.DSDA] + self.dsda_preamble())
|