torchgeo/setup.py

8 строки
94 B
Python
Executable File

#!/usr/bin/env python3
import setuptools
if __name__ == "__main__":
setuptools.setup()