mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
cd1b2dd8f6
- shifted config into a toplevel - logs before starting update
5 lines
266 B
Python
5 lines
266 B
Python
from .auto_update import auto_upgrade
|
|
from .config import Config
|
|
from .helper import open_web, initialize_uid, install_thread_excepthook, unhandled_exception_logging, manifest_file, \
|
|
create_shortcut_first, check_addon, restart, create_shortcut, not_implemented
|