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