Files
pr-agent/setup.py
2025-01-27 10:09:03 +02:00

7 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")