Initial upload: curl-to-code-converter CLI tool
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
10
curl_to_code_converter/__init__.py
Normal file
10
curl_to_code_converter/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
"""
|
||||||
|
__init__.py for curl-to-code-converter package.
|
||||||
|
"""
|
||||||
|
|
||||||
|
from .parser import CurlParser, ParsedCurl
|
||||||
|
from .generators import CodeGenerators
|
||||||
|
from .__main__ import main as run
|
||||||
|
|
||||||
|
__version__ = "1.0.0"
|
||||||
|
__all__ = ["CurlParser", "ParsedCurl", "CodeGenerators", "run"]
|
||||||
Reference in New Issue
Block a user