Skip to content

Commit 1ce505d

Browse files
committed
enh(tools): Add find_person_in_contacts
1 parent 679022a commit 1ce505d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ex_app/lib/tools.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
from nc_py_api import Nextcloud
1111
from nc_py_api.ex_app import LogLvl
1212
from pydantic import BaseModel, ValidationError
13+
import xml.etree.ElementTree as ET
14+
import vobject
1315

1416
from logger import log
1517

0 commit comments

Comments
 (0)