PyAPNs2 icon indicating copy to clipboard operation
PyAPNs2 copied to clipboard

Use UPPER_CASE names for enum members.

Open jinleizh opened this issue 4 years ago • 0 comments

Because Enums are used to represent constants, it would be great if we could use UPPER_CASE names for enum members.

For more details please refer to https://docs.python.org/3/library/enum.html

Thanks

jinleizh avatar Mar 19 '21 03:03 jinleizh