lightbulb.internal.types

MaybeAwaitable

TypeAlias for an item that might be able to be awaited.

alias of T | Coroutine[Any, Any, T]