Metadata-Version: 2.1
Name: bus_wizard
Version: 0.0.2
Summary: A package containing a bus wizard
Home-page: https://github.com/phanlehoang/bus_wizard
Author: Hoang Phan Le & An Thu Le
Author-email: anthule2000@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: dev

# A model for bus driver modeling

Our model has some objects:

- driver: each driver has id, minimum number of tasks,,,
- task: id, time_start, time_end 



