lemur/lemur/tests/__init__.py

6 lines
67 B
Python
Raw Normal View History

2015-06-22 22:47:27 +02:00
import unittest
2015-07-21 22:06:13 +02:00
2015-06-22 22:47:27 +02:00
class LemurTestCase(unittest.TestCase):
pass