"""
This module abstracts away the os-module
so that we can use posix/windows specific
functionality.

"""
import os


