Skip to content

Commit

Permalink
feat(main.py): add entry point to langflow package in main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielluiz committed May 16, 2023
1 parent da7e38e commit 4d1ddf3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from langflow.__main__ import main

if __name__ == "__main__":
main()

0 comments on commit 4d1ddf3

Please sign in to comment.