Torma Kristóf
211be6cf96
All checks were successful
continuous-integration/drone/push Build is passing
16 lines
234 B
Python
16 lines
234 B
Python
#!/usr/bin/env python3
|
|
|
|
from flask_influxdb import InfluxDB
|
|
|
|
|
|
"""
|
|
Influx api
|
|
"""
|
|
|
|
__author__ = '@tormakris'
|
|
__copyright__ = "Copyright 2020, Birbnetes Team"
|
|
__module_name__ = "influxus"
|
|
__version__text__ = "1"
|
|
|
|
influx_db = InfluxDB()
|