some kind of string, can't imagine where such a thing might be found
| 412 | two = SomeEnum("two", 2) |
| 413 | |
| 414 | class MumPyString(str): |
| 415 | """some kind of string, can't imagine where such a thing might |
| 416 | be found |
| 417 | |
| 418 | """ |
| 419 | |
| 420 | class MumPyNumber(int): |
| 421 | """some kind of int, can't imagine where such a thing might |