Access to ISL version, just in case
[linpy.git] / pypol / tests / test_domains.py
1 import unittest
2
3 from ..domains import *
4
5
6 class TestDomain(unittest.TestCase):
7
8 def setUp(self):
9 pass
10
11 def test_new(self):
12 pass