imaginaryfriend/src/entity/word.py

6 lines
104 B
Python

from orator.orm import Model
class Word(Model):
__fillable__ = ['word']
__timestamps__ = False