uotp/config.py

5 lines
97 B
Python
Raw Normal View History

2019-10-07 17:13:42 +00:00
from etcd3_wrapper import Etcd3Wrapper
from decouple import config
etcd_client = Etcd3Wrapper()