Program is stored in the project1/health-program-project/ directory
- main.py
- meal.py
- core.py
- hiit.py
- strength.py
- workout.py
health-program-project/
├── main.py
├── meal
│ ├── __pycache__
│ │ └── meal.cpython-36.pyc
│ └── meal.py
└── workouts
├── __pycache__
│ ├── core.cpython-36.pyc
│ ├── hiit.cpython-36.pyc
│ ├── strength.cpython-36.pyc
│ └── workout.cpython-36.pyc
├── core.py
├── hiit.py
├── strength.py
└── workout.py
To use, run the main.py file within the health-program-project directory