Spaces:
Sleeping
Sleeping
Essential file
Browse files- tools/__init__.py +4 -0
tools/__init__.py
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"""
|
2 |
+
Lyrics Analyzer Agent tools package.
|
3 |
+
This package contains all the tools used by the Lyrics Analyzer Agent.
|
4 |
+
"""
|