Skip to content

Instantly share code, notes, and snippets.

@ElectrWeakHyprCharge
ElectrWeakHyprCharge / inumet.py
Last active August 19, 2024 23:23
Tiempo Actual de Inumet
import json
from urllib.request import urlopen
from collections import namedtuple
class Estación(namedtuple('Estación', 'nombre estación id')):
ARTIGAS = 16
RIVERA = 235
MELO = 160
SALTO = 239
YOUNG = 293