feat: add baihu notify

This commit is contained in:
duorameng
2026-04-16 21:17:09 +08:00
parent e6864373bc
commit 3f5d11a8ef
13 changed files with 382 additions and 123 deletions
+9
View File
@@ -0,0 +1,9 @@
from setuptools import setup, find_packages
setup(
name='baihu',
version='1.0.0',
description='Baihu Panel internal helper for Python',
packages=find_packages(),
python_requires='>=3.6',
)