diff --git a/stubs/scales/cyclonehandler.pyi b/stubs/scales/cyclonehandler.pyi new file mode 100644 --- /dev/null +++ b/stubs/scales/cyclonehandler.pyi @@ -0,0 +1,8 @@ +# Stubs for scales.cyclonehandler (Python 3) +# +# NOTE: This dynamically typed stub was automatically generated by stubgen. + +import cyclone.web +from greplin.scales import tornadolike + +class StatsHandler(tornadolike.Handler, cyclone.web.RequestHandler): ...