AIModels.py 105 B

12345
  1. from tortoise.models import Model
  2. from tortoise import fields
  3. class File_Summary_Tasks(Model):
  4. pass