diff --git a/stubs/greplin/scales/clock.pyi b/stubs/greplin/scales/clock.pyi new file mode 100644 --- /dev/null +++ b/stubs/greplin/scales/clock.pyi @@ -0,0 +1,8 @@ +# Stubs for greplin.scales.clock (Python 3) +# +# NOTE: This dynamically typed stub was automatically generated by stubgen. + +class BasicClock: + def time(self): ... + +def getClock(): ...