Files
pr-agent/setup.py
2025-02-17 11:55:00 +02:00

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