4 lines
75 B
Python
4 lines
75 B
Python
|
|
class Generic:
|
||
|
|
any = "Any"
|
||
|
|
all = "All"
|
||
|
|
bachelor = "Bachelor"
|