mirror of
https://github.com/RafaelSolVargas/Vulkan.git
synced 2025-10-29 16:57:23 +00:00
9 lines
151 B
Python
9 lines
151 B
Python
class YoutubeSearch():
|
|
"""Search for tracks in youtube"""
|
|
|
|
def __init__(self) -> None:
|
|
pass
|
|
|
|
def search(self, track):
|
|
pass
|