From 642bb60037a72aac6b8e664825dc7a5b0adb1e27 Mon Sep 17 00:00:00 2001 From: DJLax5 Date: Sat, 11 May 2024 16:15:45 +0200 Subject: [PATCH] Fixed to allow wildcard import (*) --- deutsche_bahn_api/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/deutsche_bahn_api/__init__.py b/deutsche_bahn_api/__init__.py index e69de29..f3ec248 100644 --- a/deutsche_bahn_api/__init__.py +++ b/deutsche_bahn_api/__init__.py @@ -0,0 +1 @@ +__all__ = ["api_authentication", "deutsche_bahn_api", "message", "station_helper", "station", "timetable_helper", "train_changes", "train"] \ No newline at end of file