6 lines
115 B
Python
6 lines
115 B
Python
import testtools
|
|
import blinkpy
|
|
|
|
class TestImport(testtools.TestCase):
|
|
def test_import(self):
|
|
pass |