Deborshi

Results 2 issues of Deborshi

I created a function that turns the video transcript into text and verifies that no inappropriate language is used in the video. I would like to have this features added...

The code is running fine after i removing all default from enum import Enum from typing import Optional def Query(__any_object__): return __any_object__ class Environment(Enum): DEV = "DEV" UAT = "UAT"...