Make errors.py top-level

This commit is contained in:
Mike A
2024-02-10 22:15:41 +01:00
parent efcb87233f
commit 4e96ddc5e1
3 changed files with 2 additions and 3 deletions

View File

@@ -1,8 +1,7 @@
"""A package providing everything you need to work with Apple's FindMy network."""
from . import keys, reports, scanner
from . import errors, keys, reports, scanner
from .accessory import FindMyAccessory
from .keys import KeyPair
from .util import errors
__all__ = (
"keys",