mirror of
https://github.com/parchlinuxB/Gitee.git
synced 2025-02-24 10:55:45 -05:00
6 lines
82 B
Python
6 lines
82 B
Python
def request(query, params):
|
|
return params
|
|
|
|
|
|
def response(resp):
|
|
return []
|