d7265e6
6194b0f
1
2 3
4 5
6 7 8 9
# -*- coding: utf-8 -*- # # SPDX-License-Identifier: MIT """Add the top-level module to the PYTHONPATH.""" import os import sys sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))