1# -*- coding: utf-8 -*-
2"""
3hyperframe
4~~~~~~~~~~
5
6A module for providing a pure-Python HTTP/2 framing layer.
7"""
8__version__ = '2.1.0'
9