7 lines
123 B
Python
7 lines
123 B
Python
|
from story.utils import *
|
||
|
|
||
|
|
||
|
class HumanDM:
|
||
|
def generate(self, prompt, options=None, seed=None):
|
||
|
return input()
|