Submission for Parking lot problem.
To run the interactive mode (CLI), simply ignore the
tests/test_input.txtargument in the following commands.
$ bin/setup
$ bin/parking_lot tests/test_input.txtTo run functaionl spec,
$ bin/run_functional_testsNote: The shell scripts fallback to Docker, if Python version 3.7+ is not detected in the system.
$ python src/main.py tests/test_input.txt$ docker build -t gojek-submission-satwik .
$ docker run -it gojek-submission-satwik tests/test_input.txt