5 lines
No EOL
186 B
Python
5 lines
No EOL
186 B
Python
# 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 |