import tortoise from app.models.base import AbstractModel class Comment(AbstractModel): content = tortoise.fields.TextField()