Skip to content

Commit 562545a

Browse files
committed
Add missing __main__
1 parent 49db2c3 commit 562545a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ollama_dl/__main__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
if __name__ == "__main__":
2+
from . import main
3+
4+
main()

0 commit comments

Comments
 (0)