Spaces:
Sleeping
Sleeping
# File: src/__init__.py | |
# This file makes the src directory a Python package | |
# You can leave this file empty, or you can add some useful metadata | |
__version__ = "1.0.0" | |
__author__ = "Vinod Anbalagan" | |
__description__ = "Global Sound - Core modules for the multilingual transcription and translation app" | |