We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c9d864 + dfe3e0e commit 2af1b5aCopy full SHA for 2af1b5a
1 file changed
cli/main.py
@@ -67,5 +67,9 @@ def export(
67
def main():
68
app() # run typer
69
70
+
71
if __name__ == "__main__":
72
main()
73
74
75
0 commit comments