mirror of
https://github.com/kristoferssolo/kristofersxyz.git
synced 2025-10-21 18:30:34 +00:00
5 lines
69 B
Python
5 lines
69 B
Python
from setuptools import setup
|
|
|
|
if __name__ == "__main__":
|
|
setup()
|