Files
FindMy.py/findmy/__init__.py
2024-01-03 22:13:16 +01:00

6 lines
163 B
Python

"""A package providing everything you need to work with Apple's FindMy network."""
from . import reports
from .util import errors
__all__ = ("reports", "errors")