This commit is contained in:
2025-01-12 20:20:57 -05:00
parent 725e463992
commit 945a3d9bf6
3 changed files with 3 additions and 42 deletions

View File

@@ -3,6 +3,4 @@
class Cache:
"""Cache Search Module"""
def __init__(self):
pass
pass

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env python3.12
from aiohttp import ClientTimeout, ClientSession, ClientError
from .. import private
from . import common
from aiohttp import ClientTimeout, ClientSession, ClientError
class Genius:
"""Genius Search Module"""
@@ -16,10 +16,4 @@ class Genius:
"""
@artist: the artist to search
@song: the song to search
"""
"""