improved file layout

This commit is contained in:
mia 2026-05-13 10:59:07 +02:00
parent 5068c7a302
commit 69e3f41f22
4 changed files with 66 additions and 32 deletions

8
station_monitor.py Normal file
View file

@ -0,0 +1,8 @@
"""
haTerm - v0.1
(c) Chiara Wohlwend
haTerm is a Terminal Based hafas client, using the ivb endpoint.
Prompt_toolkit (https://github.com/prompt-toolkit/python-prompt-toolkit) will be used to render a terminal user interface (TUI).
The application will provide routing information and station departures/arrivals.
"""