pass2bw/setup.py
2021-11-30 19:20:17 +01:00

5 lines
74 B
Python

from setuptools import setup
if __name__ == "__main__":
setup()