From c272369e80bf5113802dbfe9bd21b4827f6e0e0a Mon Sep 17 00:00:00 2001 From: Felix Fischer <f.fischer@ifas.rwth-aachen.de> Date: Mon, 29 Jan 2024 12:25:04 +0100 Subject: [PATCH] added typing stubs for scienceplots --- src/scienceplots-stubs/__init__.pyi | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/scienceplots-stubs/__init__.pyi diff --git a/src/scienceplots-stubs/__init__.pyi b/src/scienceplots-stubs/__init__.pyi new file mode 100644 index 0000000..9e74b35 --- /dev/null +++ b/src/scienceplots-stubs/__init__.pyi @@ -0,0 +1,7 @@ +#!/usr/bin/env python3 +""" +Init-file for the stub-file for the library SciencePlots, which is a dependency +of scientific_plots. This library must only be imported, but remains unused in +the code, except for the added "science" style. Thus, this module does not +actually contain any functions or classed. +""" -- GitLab