adding comment just to get started

This commit is contained in:
Shivam Jain 2025-07-22 20:46:43 +05:30
parent c0d2f624c0
commit 5309b5eb08

View File

@ -617,7 +617,6 @@ def cli():
except Exception as e:
traceback.print_exc()
print(f"Skipping {audio_path} due to {type(e).__name__}: {str(e)}")
#adding comment just to check
if __name__ == "__main__":
cli()