1
0
Fork 0
mirror of https://github.com/vale981/ray synced 2025-03-13 22:56:38 -04:00
ray/dashboard/modules/log/log_consts.py
2021-01-08 11:45:07 +08:00

3 lines
61 B
Python

MIME_TYPES = {
"text/plain": [".err", ".out", ".log"],
}