Add cheroot-8.2.1

This commit is contained in:
JonnyWong16
2019-11-23 19:03:04 -08:00
parent a2b686f6df
commit 8f6639028f
27 changed files with 7925 additions and 0 deletions

6
lib/cheroot/__main__.py Normal file
View File

@@ -0,0 +1,6 @@
"""Stub for accessing the Cheroot CLI tool."""
from .cli import main
if __name__ == '__main__':
main()