diff --git a/stubs/ipdb/__init__.pyi b/stubs/ipdb/__init__.pyi new file mode 100644 --- /dev/null +++ b/stubs/ipdb/__init__.pyi @@ -0,0 +1,6 @@ +# Stubs for ipdb (Python 3) +# +# NOTE: This dynamically typed stub was automatically generated by stubgen. + + +def set_trace(): ...