mirror of
https://github.com/samjage/metro-warden.git
synced 2026-06-06 02:40:43 +00:00
6 lines
92 B
Python
6 lines
92 B
Python
"""Metro Warden plugins package."""
|
|
|
|
from .base import BasePlugin
|
|
|
|
__all__ = ["BasePlugin"]
|