mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-06-10 00:24:51 +00:00
Upload code
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
class ServerChecker:
|
||||
# Create a fake server check since server check is not supported yet.
|
||||
def __init__(self, server):
|
||||
pass
|
||||
|
||||
def check_now(self):
|
||||
pass
|
||||
|
||||
def is_available(self):
|
||||
return True
|
||||
|
||||
def wait_until_available(self):
|
||||
pass
|
||||
|
||||
def is_recovered(self):
|
||||
return False
|
||||
Reference in New Issue
Block a user