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