#!/usr/bin/env python3 import sys import pathlib sys.path.insert(0, str((pathlib.Path(__file__) / '..').resolve())) import webserver from influxgraph import SecopInfluxInstrument webserver.instrument = webserver.main(SecopInfluxInstrument)