File size: 98 Bytes
dd82d0a |
1 2 3 4 5 |
from pathlib import Path
current_dir = Path(__file__).parent
TEMP_DIR = current_dir / 'temp' |
dd82d0a |
1 2 3 4 5 |
from pathlib import Path
current_dir = Path(__file__).parent
TEMP_DIR = current_dir / 'temp' |