Files
miniplayer/setup.py
2021-04-19 18:08:30 +00:00

5 lines
69 B
Python

import setuptools
if __name__ == '__main__':
setuptools.setup()