WIP
This commit is contained in:
8
lyric_search_new/sources/cache.py
Normal file
8
lyric_search_new/sources/cache.py
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env python3.12
|
||||
|
||||
class Cache:
|
||||
"""Cache Search Module"""
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user