# -*- coding: utf-8 -*-
import sys
from lib.apicalls import *
from lib.utils import *
from lib.htmlgen import *
from lib.graphsgen import *
from lib.langstrings import *
import dateparser

msg = getMessages("es")

print(generatePressureGraph(64,"2026-01"))