mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-06-10 00:24:51 +00:00
6 lines
83 B
Python
6 lines
83 B
Python
from tasks.base.popup import PopupHandler
|
|
|
|
|
|
class MainPage(PopupHandler):
|
|
pass
|