1
0
mirror of https://github.com/enpaul/mezzo.git synced 2025-09-18 22:21:57 +00:00

Initial commit

This commit is contained in:
2020-03-13 21:23:28 -04:00
commit cd9c483dac
9 changed files with 583 additions and 0 deletions

11
.coveragerc Normal file
View File

@@ -0,0 +1,11 @@
[run]
branch = True
omit =
*/__about__.py
[report]
exclude_lines =
main()
\.\.\.
pass