change: move debugging cli to __main__.py
This commit is contained in:
debugtalk
2019-10-25 14:21:23 +08:00
parent ff75c13543
commit f0cd396e40
3 changed files with 28 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
__version__ = "2.2.6"
__version__ = "2.2.7"
__description__ = "One-stop solution for HTTP(S) testing."
__all__ = ["__version__", "__description__"]