Skip to content

Commit

Permalink
add model
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhimnin committed Jul 18, 2022
1 parent 9c7d72c commit 454a550
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
Empty file added cobo_custody/model/__init__.py
Empty file.
Binary file not shown.
Binary file added cobo_custody/model/__pycache__/enums.cpython-37.pyc
Binary file not shown.
6 changes: 6 additions & 0 deletions cobo_custody/model/enums.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from enum import IntEnum


class SortFlagEnum(IntEnum):
DESCENDING = 0
ASCENDING = 1

0 comments on commit 454a550

Please sign in to comment.