6 lines
68 B
Python
6 lines
68 B
Python
|
|
class Rank:
|
||
|
|
MOD = 2
|
||
|
|
ADMIN = 3
|
||
|
|
OWNER = 4
|
||
|
|
CREATOR = 5
|