diff --git a/stubs/twisted/python/compat.pyi b/stubs/twisted/python/compat.pyi new file mode 100644 --- /dev/null +++ b/stubs/twisted/python/compat.pyi @@ -0,0 +1,5 @@ +# Stubs for twisted.python.compat (Python 3) +# +# NOTE: This dynamically typed stub was automatically generated by stubgen. + +def unicode(s): ...