lightning/tests/integrations_app/flagship/__init__.py

6 lines
134 B
Python

import os.path
from integrations_app import _PATH_TESTS_DIR
_PATH_INTEGRATIONS_DIR = os.path.join(_PATH_TESTS_DIR, "_flagship-app")