This assignment is part of the EPAI v5 course. It focuses on creating a Library Management System using Enumerations and custom Exceptions.
- Python 3.8 or higher
- Required libraries:
pytest
- Clone the repository:
git clone https://github.com/yourusername/epaiv5-s24.git
- Navigate to the project directory:
cd epaiv5-s24
- Install the required libraries:
pip install -r requirements.txt
To run the assignment scripts, use the following command:
python library_system.py
To run the tests, use the following command:
pytest
This project is licensed under the MIT License. See the LICENSE file for details.