feat: add baihu notify -- fix python call

This commit is contained in:
duorameng
2026-04-16 23:25:46 +08:00
parent 687e7d57c7
commit ad3eb4d824
+1 -1
View File
@@ -4,6 +4,6 @@ setup(
name='baihu',
version='1.0.0',
description='Baihu Panel internal helper for Python',
packages=find_packages(),
packages=['baihu'],
python_requires='>=3.6',
)