mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-05 05:10:38 +08:00
8 lines
165 B
Python
8 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("Hi")
|