feat: add baihu notify -- fix python call

This commit is contained in:
duorameng
2026-04-16 23:32:34 +08:00
parent ad3eb4d824
commit 7a4b7933a9
+1
View File
@@ -5,5 +5,6 @@ setup(
version='1.0.0', version='1.0.0',
description='Baihu Panel internal helper for Python', description='Baihu Panel internal helper for Python',
packages=['baihu'], packages=['baihu'],
package_dir={'baihu': 'baihu'},
python_requires='>=3.6', python_requires='>=3.6',
) )