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