Telegram-Custom-Artwork-Api/defs.py

5 lines
112 B
Python
Raw Normal View History

2022-09-25 14:08:06 +00:00
class Music:
def __init__(self, name: str, album: str):
self.name = name
self.album = album