Initial commit

This commit is contained in:
Untriex Programming
2021-08-31 22:06:02 +02:00
commit 9b6723e11e
5142 changed files with 1455625 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,8 @@
# imports are for backward compatibility
from matplotlib._api.deprecation import (
MatplotlibDeprecationWarning, mplDeprecation, warn_deprecated, deprecated)
warn_deprecated("3.4",
message="The module matplotlib.cbook.deprecation is "
"considered internal and it will be made private in the "
"future.")