Skip to content

Commit dfe3e0e

Browse files
committed
fixes to allow building
1 parent 1c9d864 commit dfe3e0e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

cli/main.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,9 @@ def export(
6767
def main():
6868
app() # run typer
6969

70+
7071
if __name__ == "__main__":
7172
main()
73+
74+
75+

0 commit comments

Comments
 (0)