Tutorialwork / deutsche_bahn_api

This is a package to interact with the Deutsche Bahn timetables api
https://pypi.org/project/deutsche-bahn-api
GNU General Public License v3.0
13 stars 11 forks source link

Fixed to allow wildcard import (*) #9

Open DJLax5 opened 4 months ago

DJLax5 commented 4 months ago

A minor contribution that allows you to do:

from deutsche_bahn_api import *

as mentioned in Issue #8.

MichaelMrt commented 3 months ago

thank you @DJLax5