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