initial commit
This commit is contained in:
commit
da54a59ca2
13 changed files with 1318 additions and 0 deletions
8
config.py
Normal file
8
config.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import configparser
|
||||
from etcd_wrapper import EtcdWrapper
|
||||
|
||||
|
||||
config = configparser.ConfigParser()
|
||||
config.read('pay.conf')
|
||||
|
||||
etcd_client = EtcdWrapper(host=config['etcd']['host'], port=config['etcd']['port'])
|
||||
Loading…
Add table
Add a link
Reference in a new issue