Added basic imports and description
This commit is contained in:
parent
e45034989d
commit
cf0108f79a
1 changed files with 13 additions and 0 deletions
13
main.py
Normal file
13
main.py
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
"""
|
||||||
|
haTerm - v0.1
|
||||||
|
(c) Kieler Mia, Chiara Wohlwend, Sophia Schmidhofer
|
||||||
|
|
||||||
|
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.
|
||||||
|
"""
|
||||||
|
|
||||||
|
import requests
|
||||||
|
import json
|
||||||
|
from prompt_toolkit import Application
|
||||||
|
from prompt_toolkit.completion import WordCompleter
|
||||||
Loading…
Add table
Add a link
Reference in a new issue