Ghostwriter-Bloom / generators /title_to_abstract.py
Luna4444's picture
First attempt
4811a2d
raw history blame
No virus
107 Bytes
from .model import model
def title_to_abstract_generator(template):
return model('title', template)