Added NRConfig and fetch_nr_token in nr_requests.py.

This commit is contained in:
2026-05-21 18:52:24 +01:00
parent 0ce0fe8610
commit f454af8ab4
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ authors = [
]
requires-python = ">=3.14"
dependencies = [
"requests (>=2.34.2,<3.0.0)"
]
+4
View File
@@ -0,0 +1,4 @@
from national_rail_timetable.nr_requests import fetch_nr_token
print(fetch_nr_token())