diff --git a/duckypad_twitch/macros/__init__.py b/duckypad_twitch/macros/__init__.py index 1171762..86966d1 100644 --- a/duckypad_twitch/macros/__init__.py +++ b/duckypad_twitch/macros/__init__.py @@ -1 +1 @@ -from .duckypad import run \ No newline at end of file +from .main import run diff --git a/duckypad_twitch/macros/duckypad.py b/duckypad_twitch/macros/main.py similarity index 100% rename from duckypad_twitch/macros/duckypad.py rename to duckypad_twitch/macros/main.py