This commit is contained in:
Ahmed Bilal 2019-09-03 18:06:41 +02:00
commit f40d9c3f11
8 changed files with 14 additions and 15 deletions

4
config.py Normal file
View file

@ -0,0 +1,4 @@
from decouple import config
from etcd3_wrapper import Etcd3Wrapper
etcd_client = Etcd3Wrapper(host=config("ETCD_URL"))