This commit is contained in:
15
src/influxus.py
Normal file
15
src/influxus.py
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/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()
|
||||
Reference in New Issue
Block a user