Skip to content

Pathlib⚑

Usage⚑

Get current path

from pathlib import Path
STATIC_FILES_DIR = Path(__file__).parent.absolute()