Skip to content

Commit 4bcc382

Browse files
committed
Export options types.
1 parent df89192 commit 4bcc382

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

twitchio/types_/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@
2121
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
SOFTWARE.
2323
"""
24+
25+
from .options import *

twitchio/types_/options.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
from ..web import *
3434

3535

36+
__all__ = ("AdapterOT", "ClientOptions", "WaitPredicateT", "Prefix_T")
37+
38+
3639
AdapterOT: TypeAlias = type[StarletteAdapter | AiohttpAdapter] | StarletteAdapter | AiohttpAdapter
3740

3841

0 commit comments

Comments
 (0)