5 lines
157 B
Python
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
|