5 lines
143 B
Python
5 lines
143 B
Python
"""Compatibility package for pre-Straywild discovery installations."""
|
|
|
|
from straywild_discovery import __version__
|
|
|
|
__all__ = ["__version__"]
|