Initial commit

This commit is contained in:
2020-08-06 20:52:49 +02:00
commit cd7f2e511d
8 changed files with 574 additions and 0 deletions

0
tests/__init__.py Normal file
View File

5
tests/test_fpga.py Normal file
View File

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