Files @ 5f31e02fbf70
Branch filter:

Location: light9/stubs/louie/signal.pyi

Drew Perttula
live page stays on the same effect when you reload, now that it writes effectChoice to the url
Ignore-this: f1143abd07d4775f97868abaf32d359c
# Stubs for louie.signal (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.

from typing import Any

class _SIGNAL(type): ...

class Signal:
    __metaclass__: Any = ...

class All(Signal): ...