Skip to content

Commit

Permalink
Make callable as a module.
Browse files Browse the repository at this point in the history
  • Loading branch information
Emery Berger committed Mar 28, 2024
1 parent 0870852 commit 17047e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/chatdbg/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,7 @@ def main():
sys.argv = pdb_args + args

ipdb.__main__.main()

if __name__ == "__main__":
main()

0 comments on commit 17047e3

Please sign in to comment.