Files
docker-stacks/tests/image_specific_tests/docker-stacks-foundation/run-hooks-executables/executable.py
2025-02-21 17:46:43 +00:00

6 lines
178 B
Python
Executable File

#!/usr/bin/env python3
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
print("Executable python file was successfully run")