This commit is contained in:
DingZQ
2025-04-17 21:21:25 +08:00
parent 82e87cc6bb
commit 4a2f1fc103

View File

@@ -1,7 +1,7 @@
from psycopg.rows import dict_row, Row
from .connection import g_conn_dict as conn
from .database import read
from typing import Any
_NODE = '_node'
_LINK = '_link'