diff --git a/src/scienceplots-stubs/__init__.pyi b/src/scienceplots-stubs/__init__.pyi new file mode 100644 index 0000000000000000000000000000000000000000..9e74b356a248e94f208453527cd769b17301cb23 --- /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. +"""