Skip to content

Commit 3b58dd3

Browse files
committed
make module callable with -m
1 parent 0e6753d commit 3b58dd3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

codegpt/__main__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
from .main import app
2+
app()

0 commit comments

Comments
 (0)