This repository has been archived on 2025-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
AIDungeon/generator/human_dm.py
2025-03-11 22:26:45 -04:00

6 lines
123 B
Python

from story.utils import *
class HumanDM:
def generate(self, prompt, options=None, seed=None):
return input()