
import coot
import coot_testing_utils
import unittest

class TestInternalFunctions(unittest.TestCase):

    def test_00(self):
        """Test internal functions"""

        coot.test_internal_py()
