uroflavin / roadmap

Manage your project and team roadmaps in YAML
MIT License
1 stars 1 forks source link

minor enhancements and simply test whether it works #68

Closed rogerbackes closed 7 months ago

rogerbackes commented 7 months ago

fixed(requirements.txt): regenerated file feat: added Dockerfile to create images feat: added main function main function

This conditional statement if name == "main": ensures that the main function is only called when the script is executed directly, not when it's imported as a module elsewhere (e.g. in unit tests).