first commit

This commit is contained in:
KT
2023-05-28 21:13:13 +08:00
commit dcd09ee97e
13 changed files with 534 additions and 0 deletions

3
mihomo/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from .client import *
from .errors import *
from .models import *