MIERUNE / gtfs-parser

parse and aggregate GTFS
https://pypi.org/project/gtfs-parser/
MIT License
7 stars 1 forks source link

gtfs_dir type #2

Closed superrache closed 1 year ago

superrache commented 1 year ago

In the gtfs.py file, in the function GTFS(gtfs_dir: list) -> dict, why gtfs_dir is list instead of str?

Kanahiro commented 1 year ago

good point, thanks!