diff --git a/my/smscalls.py b/my/smscalls.py index 4e02f3b..50e4b6c 100644 --- a/my/smscalls.py +++ b/my/smscalls.py @@ -3,6 +3,8 @@ Phone calls and SMS messages Exported using https://play.google.com/store/apps/details?id=com.riteshsahu.SMSBackupRestore&hl=en_US """ +REQUIRES = ['lxml'] + from .core import PathIsh, dataclass from my.config import smscalls as user_config