9 lines
86 B
Python
9 lines
86 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
h2
|
|
~~
|
|
|
|
A HTTP/2 implementation.
|
|
"""
|
|
__version__ = '2.6.2'
|