8 lines
319 B
Python
8 lines
319 B
Python
"""
|
|
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.
|
|
"""
|