mirror of https://github.com/sgoudham/Enso-Bot.git
7 lines
117 B
Python
7 lines
117 B
Python
5 years ago
|
"""
|
||
|
Constants used across the ORM in general.
|
||
|
"""
|
||
|
|
||
|
# Separator used to split filter strings apart.
|
||
|
LOOKUP_SEP = '__'
|