python orderspec refactor

This commit is contained in:
Tim Olson
2023-12-05 16:50:40 -04:00
parent feea8160ce
commit 245323ddb6
11 changed files with 133 additions and 104 deletions

View File

@@ -10,6 +10,7 @@ from typing import Sequence, Union
from alembic import op
import sqlalchemy as sa
import dexorder.database
import dexorder.database.column_types
${imports if imports else ""}
# revision identifiers, used by Alembic.