EU-Utility/plugins/auto_screenshot/__init__.py

11 lines
209 B
Python

"""
Auto-Screenshot Plugin for EU-Utility
Automatically capture screenshots on Global, HOF, or other
significant game events.
"""
from .plugin import AutoScreenshotPlugin
__all__ = ['AutoScreenshotPlugin']