mirror of
https://github.com/malmeloo/FindMy.py.git
synced 2026-04-17 22:53:56 +02:00
feat: add plist.py for decrypting the .plist files to FindMyAccessory
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"""A package providing everything you need to work with Apple's FindMy network."""
|
||||
|
||||
from . import errors, keys, reports, scanner
|
||||
from . import errors, keys, plist, reports, scanner
|
||||
from .accessory import FindMyAccessory
|
||||
from .keys import KeyPair
|
||||
|
||||
@@ -9,6 +9,7 @@ __all__ = (
|
||||
"KeyPair",
|
||||
"errors",
|
||||
"keys",
|
||||
"plist",
|
||||
"reports",
|
||||
"scanner",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user