summaryrefslogtreecommitdiff
path: root/plugin.video.eurosportplayer/resources/lib/simple_requests/__init__.py
blob: fa1fd740fb5bda32659bc61924737cb01aa957c2 (plain)
1
2
3
4
5
6
__author__ = 'bromix'

__ALL__ = ['get', 'post', 'put', 'delete', 'head', 'codes']

from .constants import codes
from api import get, post, put, delete, head