pr-agent/setup.py
Tal 4e6357d23c
Add print statement in setup.py
Add print statement for debugging purposes.
2025-08-26 17:52:29 +03:00

6 lines
165 B
Python

# for compatibility with legacy tools
# see: https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
from setuptools import setup
setup()
print("aaa")