mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
refactor backend module architecture
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
"""插件常用的 HTTP、地址和站点处理工具。"""
|
||||
|
||||
from app.domain.site import SiteUtils
|
||||
from app.infrastructure.network import IpUtils
|
||||
from app.foundation.url import UrlUtils
|
||||
from app.foundation.http import AsyncRequestUtils, RequestUtils
|
||||
from app.integrations.location import WebUtils
|
||||
from app.security.url import SecurityUtils
|
||||
|
||||
|
||||
__all__ = [
|
||||
"AsyncRequestUtils",
|
||||
"IpUtils",
|
||||
"RequestUtils",
|
||||
"SecurityUtils",
|
||||
"SiteUtils",
|
||||
"UrlUtils",
|
||||
"WebUtils",
|
||||
]
|
||||
Reference in New Issue
Block a user