A project for JetBrains Academy Python couse.
Bus fleet database.
- regex for checking bus stop name, type and time
- easily change regex rules with constants
- easy organization of data with use of json and dict for import data to the Fleet class
- import from json file or console input
- dump file for silent tests or more detailed review
- check for line start, end and stops, and most important, line transfer (correctly)