From e8e44b7da89d04e2ba8b0fd795633320fe9af428 Mon Sep 17 00:00:00 2001 From: Interitio Date: Tue, 2 Sep 2025 07:54:08 +1000 Subject: [PATCH] Add twitch_setup export. --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 08f562e..a6a6485 100644 --- a/__init__.py +++ b/__init__.py @@ -1 +1 @@ -from .profiles import setup +from .profiles import setup, twitch_setup