mirror of
https://github.com/2061360308/NeteaseCloudMusic_PythonSDK.git
synced 2024-11-22 06:57:42 +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) |