4 lines
88 B
Python
4 lines
88 B
Python
class NaturalLanguageGeneration:
|
|
def get_frame(self, input_from_user):
|
|
pass
|