7 lines
135 B
Python
Executable file
7 lines
135 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
"""
|
|
test/start-coin-daemons.py: Start daemons for the MMGen test suite
|
|
"""
|
|
|
|
import include.coin_daemon_control
|