syng/mutagen.pyi
2022-11-27 16:22:07 +01:00

6 lines
99 B
Python

class Info:
length: int
class File:
def __init__(self, filename: str): ...
info: Info