Tachi67 commited on
Commit
107ff08
1 Parent(s): c709a6c

Update FinalAns_Jarvis.py

Browse files
Files changed (1) hide show
  1. FinalAns_Jarvis.py +3 -0
FinalAns_Jarvis.py CHANGED
@@ -10,6 +10,9 @@ log = logging.get_logger(f"aiflows.{__name__}")
10
 
11
 
12
  class FinalAns_Jarvis(HumanStandardInputFlow):
 
 
 
13
  def run(self,
14
  input_data: Dict[str, Any]) -> Dict[str, Any]:
15
 
 
10
 
11
 
12
  class FinalAns_Jarvis(HumanStandardInputFlow):
13
+ """This class inherits from the HumanStandardInputFlow class.
14
+ It is used to give the final answer to the user.
15
+ """
16
  def run(self,
17
  input_data: Dict[str, Any]) -> Dict[str, Any]:
18