11 lines
177 B
Python
11 lines
177 B
Python
ROUTE_ROOT = "/jsonviewer"
|
|
|
|
INDENT_SIZE = 20
|
|
MAX_TEXT_LENGTH = 50
|
|
|
|
NODE_OBJECT = "Object"
|
|
NODES_KEYS_TO_NOT_EXPAND = ["Dataframe", "__parent__"]
|
|
|
|
class Routes:
|
|
Fold = "/fold"
|