diff --git a/stubs/greplin/scales/tornadolike.pyi b/stubs/greplin/scales/tornadolike.pyi new file mode 100644 --- /dev/null +++ b/stubs/greplin/scales/tornadolike.pyi @@ -0,0 +1,10 @@ +# Stubs for greplin.scales.tornadolike (Python 3) +# +# NOTE: This dynamically typed stub was automatically generated by stubgen. + +from typing import Any + +class Handler: + serverName: Any = ... + def initialize(self, serverName: Any) -> None: ... + def get(self, path: Any) -> None: ...