mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
Add print statement in setup.py
Add print statement for debugging purposes.
This commit is contained in:
parent
dae9683770
commit
4e6357d23c
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -3,3 +3,4 @@
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
setup()
|
setup()
|
||||||
|
print("aaa")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue