Skripte/python/muell.py

10 lines
194 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()
2026-05-17 16:13:40 +02:00
ausgabe = muell.get_data()
muell.ausgabe_telegram(ausgabe)
muell.ausgabe_signal(ausgabe)