from pathlib import Path
import socket

SYSTEM = socket.gethostname()

BASE_DIRECTORY = Path(r'{}')

{}
