Skip to content

Commit 2af1b5a

Browse files
authored
Merge pull request #193 from spicecodecli/fix-build
fixes to allow building
2 parents 1c9d864 + dfe3e0e commit 2af1b5a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)