Skripte/python/muell.py

10 lines
209 B
Python
Raw Normal View History

2022-01-07 14:53:50 +01:00
#!/usr/bin/python3
2021-04-30 12:46:06 +02:00
from Muell import Muell
2021-05-07 15:23:01 +02:00
2021-06-23 16:17:11 +02:00
if __name__ == '__main__':
muell = Muell()
tonnen, wird = muell.get_data()
muell.ausgabe_telegram(tonnen, wird)
muell.ausgabe_signal(tonnen, wird)