Readding Files
This commit is contained in:
8
updater/__init__.py
Normal file
8
updater/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""
|
||||
Updater module for UmamusumeCardManager
|
||||
Handles checking for updates and downloading new versions from GitHub Releases.
|
||||
"""
|
||||
|
||||
from updater.update_checker import check_for_updates, download_update, apply_update
|
||||
|
||||
__all__ = ['check_for_updates', 'download_update', 'apply_update']
|
||||
Reference in New Issue
Block a user