6 lines
85 B
Python
6 lines
85 B
Python
from cookbook.tests.test_setup import TestBase
|
|
|
|
|
|
class TestViews(TestBase):
|
|
pass
|