Your IP : 216.73.216.196


Current Path : /opt/alt/python37/lib/python3.7/site-packages/webob/
Upload File :
Current File : //opt/alt/python37/lib/python3.7/site-packages/webob/__init__.py

from webob.datetime_utils import *
from webob.request import *
from webob.response import *
from webob.util import html_escape

__all__ = [
    'Request', 'LegacyRequest', 'Response', 'UTC', 'day', 'week', 'hour',
    'minute', 'second', 'month', 'year', 'html_escape'
]

BaseRequest.ResponseClass = Response

__version__ = '1.2.3'