primo port su vscode

This commit is contained in:
2020-09-10 12:20:20 +02:00
parent 3fb055a3a3
commit 69be5ca9de
92 changed files with 28294 additions and 0 deletions

0
SPEx/tests/__init__.py Normal file
View File

5
SPEx/tests/test_spex.py Normal file
View File

@@ -0,0 +1,5 @@
from spex import __version__
def test_version():
assert __version__ == '0.1.0'