Browse Source

細部

main
みてるぞ 4 days ago
parent
commit
83f06aa79b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      models.py

+ 2
- 1
models.py View File

@@ -2,7 +2,8 @@ from __future__ import annotations

from datetime import datetime

from eloquent import Model, QueryBuilder # type: ignore
from eloquent import Model # type: ignore
from eloquent.query import QueryBuilder # type: ignore

from .config import DB



Loading…
Cancel
Save