5 lines
94 B
Python
5 lines
94 B
Python
#!/usr/bin/env python3
|
|
from flask_influxdb2 import InfluxDB2
|
|
|
|
influxdb_instance = InfluxDB2()
|