139_spanish-voice-trainer/tabs/__init__.py

5 lines
186 B
Python
Raw Permalink Normal View History

2026-06-24 05:37:22 +00:00
# tabs/__init__.py
# Leave this file empty, or just expose the tabs like this:
from .sandbox_tab import SandboxTab
from .review_tab import ReviewTab
from .settings_tab import SettingsTab