mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-09-13 19:35:32 +02:00
7 lines
186 B
Python
7 lines
186 B
Python
from selenium.common.exceptions import TimeoutException, NoSuchElementException, ElementClickInterceptedException
|
|
|
|
class Banned(Exception):
|
|
pass
|
|
|
|
class NotBanned(Exception):
|
|
pass |