Serverside spool sorting
This commit is contained in:
8
spoolman/database/utils.py
Normal file
8
spoolman/database/utils.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""Utility functions for the database module."""
|
||||
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class SortOrder(Enum):
|
||||
ASC = 1
|
||||
DESC = 2
|
||||
Reference in New Issue
Block a user