6
0

Makefile 103 B

12345678
  1. run:
  2. python app.py
  3. install:
  4. @echo "INSTALL MISSING!"
  5. run_tests:
  6. python -m unittest discover test/