fishyboteso/fishy/helper/__init__.py
Adam Saudagar fc3c8746c8 update in file menu not showing on first launch
removed feature: hide update in file menu if dont ask is not checked
2022-02-03 03:57:22 +05:30

9 lines
455 B
Python

from .config import Config
from .helper import (addon_exists, create_shortcut, create_shortcut_first,
get_addonversion, get_savedvarsdir,
install_addon, install_thread_excepthook, manifest_file,
not_implemented, open_web, playsound_multiple,
remove_addon, unhandled_exception_logging,
install_required_addons)
from .luaparser import sv_color_extract