# -*- coding: utf-8 -*-
from influxdb.client import InfluxDBClient


__all__ = ['InfluxDBClient']

__version__ = '0.1.12'
