mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-03-26 22:35:12 +00:00
6 lines
83 B
Python
6 lines
83 B
Python
from tasks.base.popup import PopupHandler
|
|
|
|
|
|
class MainPage(PopupHandler):
|
|
pass
|