feat: 添加更新接口
This commit is contained in:
@@ -25,5 +25,6 @@ __license__ = "GPL-3.0 license"
|
||||
from .matomo import Matomo
|
||||
from .notification import Notify
|
||||
from .system import System
|
||||
from .update import Updater
|
||||
|
||||
__all__ = ["Notify", "System"]
|
||||
__all__ = ["Matomo", "Notify", "System", "Updater"]
|
||||
|
||||
Reference in New Issue
Block a user