Add first project draft.
[xnet] / xnet / example / tests.py
1 from django import test
2
3
4 class ExampleTestCase(test.TestCase):
5 def test_trivial(self):
6 pass