mirror of
https://github.com/kennethreitz/requests3.git
synced 2026-06-05 23:10:16 +00:00
9 lines
106 B
Python
9 lines
106 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
import inspect
|
|
|
|
import packages
|
|
from core import *
|
|
|
|
from core import __version__
|