Files
livesort/livesort_hy/__init__.py
T
2021-04-27 12:56:49 -04:00

5 lines
157 B
Python

import hy
from livesort_hy.livesort import Livesort
# This allows `unittest.main` to discover these tests
from livesort_hy.test_livesort import TestLivesort