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