1from setuptools import setup
2
3if __name__ == "__main__":
4    setup()
5