This is a Python project that demonstrates modular programming and script functionality.
TrendHive aims to showcase modular Python programming for educational purposes. It is designed to help developers understand how to structure their projects and use modular scripts effectively.
say_hello
function inhello.py
- Utility functions for addition and subtraction in
utilities.py
- Python 3.x
pytest
(for testing)
To install pytest
, run the following command:
pip install pytest