mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
6 lines
165 B
Python
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")
|