Hy version kind of works

This commit is contained in:
2021-04-27 12:56:49 -04:00
parent 782fa68221
commit d7a6782ff0
3 changed files with 115 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
import hy
from livesort_hy.livesort import Livesort
# This allows `unittest.main` to discover these tests
from livesort_hy.test_livesort import TestLivesort