5 lines
91 B
Python
5 lines
91 B
Python
#!/usr/bin/env python3
|
|
from flask_influxdb import InfluxDB
|
|
|
|
influxdb_instance = InfluxDB()
|