Skip to content
Snippets Groups Projects
defaults.py 198 B
from pathlib import Path

root = Path.home() / 'model-server' / 'sessions'

subdirectories = {
    'logs': 'logs',
    'inbound_images': 'images/inbound',
    'outbound_images': 'images/outbound',
}