snipe/app/wizard/__init__.py

3 lines
68 B
Python

from .setup import SnipeSetupWizard
__all__ = ["SnipeSetupWizard"]