homekit/bin/__py_include.py
2023-06-10 23:02:34 +03:00

9 lines
200 B
Python

import sys
import os.path
for _name in ('py_include',):
sys.path.extend([
os.path.realpath(
os.path.join(os.path.dirname(os.path.join(__file__)), '..', _name)
)
])