We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f84bb2 commit e13b430Copy full SHA for e13b430
1 file changed
src/deadcode/__main__.py
@@ -0,0 +1,5 @@
1
+"""Allow running deadcode as: python -m deadcode"""
2
+from deadcode.cli import main
3
+
4
+if __name__ == "__main__":
5
+ main()
0 commit comments