Initial commit: Requirements to Gherkin CLI Converter
This commit is contained in:
14
src/nl2gherkin/main.py
Normal file
14
src/nl2gherkin/main.py
Normal file
@@ -0,0 +1,14 @@
|
||||
"""Main entry point for the NL2Gherkin CLI."""
|
||||
|
||||
|
||||
|
||||
from nl2gherkin.cli.commands import cli
|
||||
|
||||
|
||||
def main() -> None:
|
||||
"""Entry point for the CLI."""
|
||||
cli()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user