Add cheroot-8.2.1
This commit is contained in:
6
lib/cheroot/__main__.py
Normal file
6
lib/cheroot/__main__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""Stub for accessing the Cheroot CLI tool."""
|
||||
|
||||
from .cli import main
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
Reference in New Issue
Block a user