Skip to content

Commit 71602c8

Browse files
committed
fix "python -m cycode"
1 parent f43bf26 commit 71602c8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

cycode/__main__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from cycode.cli.consts import PROGRAM_NAME
2+
from cycode.cli.main import app
3+
4+
app(prog_name=PROGRAM_NAME)

cycode/cli/__main__.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)