mirror of
https://codeberg.org/mclemens/colorspot.git
synced 2024-11-20 02:46:00 -05:00
4 lines
68 B
Python
4 lines
68 B
Python
|
from setuptools import setup
|
||
|
if __name__ == '__main__':
|
||
|
setup()
|