11 lines
111 B
Python
11 lines
111 B
Python
class Banned(Exception):
|
|
pass
|
|
|
|
|
|
class NotBanned(Exception):
|
|
pass
|
|
|
|
|
|
class Identity(Exception):
|
|
pass
|