mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2024-11-11 01:27:35 +08:00
5 lines
86 B
Python
5 lines
86 B
Python
|
||
import brotli
|
||
|
||
input(brotli.decompress(open(input("BDX文件:"),'rb').read()[3:]))
|