uotp/config.py
2019-10-07 22:13:42 +05:00

4 lines
97 B
Python

from etcd3_wrapper import Etcd3Wrapper
from decouple import config
etcd_client = Etcd3Wrapper()