Skip to content

Instantly share code, notes, and snippets.

@lebproject
lebproject / inumet.py
Created September 22, 2023 06:12 — forked from ElectrWeakHyprCharge/inumet.py
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