9 lines
122 B
Python
9 lines
122 B
Python
import jinja2
|
|
|
|
from galloper.driver import Driver
|
|
|
|
|
|
class Dnsmasq(Driver):
|
|
""" Subprocess with arguments """
|
|
pass
|