5 lines
76 B
Python
5 lines
76 B
Python
from pathlib import Path
|
|
|
|
|
|
ATTACHMENT_ROOT = Path("file_summary") / "users"
|