"""
This file is required for the project to be considered a python package.
"""

import os
import sys

sys.path.append(os.path.dirname(os.path.realpath(__file__)))
