lemur/lemur/tests/__init__.py

5 lines
66 B
Python
Raw Normal View History

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