# Elevator mini script to simulate elevator, moving between floors, has a fancy output to shell can be used as task for technical interview(write custom sorting algorithm to boost elevator speed, etc) ### Run ```shell $ python3 elevator.py ``` ### TODO: - add passenger via class(for such properties like time) - make time step more ideal