mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2025-02-12 13:50:28 +08:00
4 lines
86 B
Python
4 lines
86 B
Python
import brotli
|
||
|
||
input(brotli.decompress(open(input("BDX文件:"), "rb").read()[3:]))
|