mirror of
https://github.com/2061360308/NeteaseCloudMusic_PythonSDK.git
synced 2024-11-25 08:08:41 +00:00
12 lines
126 B
Python
12 lines
126 B
Python
|
from pprint import pprint
|
||
|
|
||
|
others = {
|
||
|
|
||
|
}
|
||
|
|
||
|
ignore = []
|
||
|
|
||
|
for i in others.keys():
|
||
|
ignore.append(i)
|
||
|
|
||
|
pprint(ignore)
|