mirror of
https://github.com/emmett-framework/granian.git
synced 2025-07-07 19:35:33 +00:00
5 lines
93 B
Python
5 lines
93 B
Python
import sys
|
|
|
|
|
|
_PYV = int(sys.version_info.major * 100 + sys.version_info.minor)
|
|
_PY_312 = 312
|