global-sound / src /__init__.py
vinod-anbalagan's picture
Upload 5 files
7308733 verified
raw
history blame contribute delete
304 Bytes
# 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"