Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 337 Bytes

File metadata and controls

23 lines (15 loc) · 337 Bytes

Python Console Project

This is a standard Python project structure.

Installation

Use the package manager pip to install the required packages.

pip install -r requirements.txt

Usage

python -m src.main

Running Tests

python -m unittest discover tests