prettify bluemaestro

This commit is contained in:
Dima Gerasimov 2020-03-06 21:04:22 +00:00
parent e720828645
commit 4e93beee27
3 changed files with 31 additions and 35 deletions

6
tests/bluemaestro.py Normal file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env python3
from my.bluemaestro import measurements, _get_exports
def test():
print(list(measurements(_get_exports()[-1:])))