mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
6a708e55e6
- moved config to documents - reduced readme - updated requirements - action key implemented - when non saved config is get for the first time, default is saved - added icon - added unhandled exception logging - added debug mode - made dark mode and debug mode check buttons instead of command - created manifest - moved addon to a zip
8 lines
349 B
Python
8 lines
349 B
Python
from fishy.systems.fishing_event import HookEvent, StickEvent, LookEvent, IdleEvent
|
|
from fishy.systems.fishing_mode import FishingMode
|
|
from fishy.systems.globals import G
|
|
from fishy.systems.pixel_loc import PixelLoc
|
|
import fishy.systems.fishy_network as net
|
|
from fishy.systems.window import Window
|
|
from fishy.systems.auto_update import auto_upgrade
|