torchgeo/setup.py

7 строки
93 B
Python
Executable File

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