File size: 96 Bytes
ac347e7
 
 
1
2
3
4
ALLOWED_TYPES = {"application/pdf"}
MAX_SIZE_MB = 10
MAX_SIZE_BYTES = MAX_SIZE_MB * 1024 * 1024