python-classroom-template/ ├── LICENSE ├── README.md ├── requirements.txt # Project dependencies ├── setup.py # Package setup file ├── src/ # Source code directory │ ├── __init__.py # Makes src a ...
This repository serves as a template for Python projects in GitHub Classroom. It includes a basic structure and configuration to get started quickly. python-classroom-template/ ├── LICENSE ├── ...