Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 187 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 187 Bytes

Installation

virtualenv -p python3 venv
source venv/bin/activate

To Get Sql Output

python main.py

To Run Tests

python -m unittest sqlbuilder/tests.py