All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.danielTucano.python.PythonExecutionException.kt Maven / Gradle / Ivy

Go to download

Matplotlib for kotlin: A simple graph plot library for kotlin with powerful python matplotlib

The newest version!
package io.github.danielTucano.python

import java.lang.Exception

class PythonExecutionException(msg: String?) : Exception(msg)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy