initial commit for YZM509

This commit is contained in:
2023-04-04 12:33:38 +03:00
parent a02bc91915
commit 51080b1617
12 changed files with 1546 additions and 16 deletions

15
YZM509/Pipfile Normal file
View File

@@ -0,0 +1,15 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
jupyter = "*"
numpy = "*"
matplotlib = "*"
[dev-packages]
[requires]
python_version = "3.10"
python_full_version = "3.10.10"