2ef9a0fdaf
Fixes #158 Signed-off-by: Julien Danjou <julien@danjou.info>
10 lines
243 B
Python
10 lines
243 B
Python
#
|
|
|
|
|
|
import hy # noqa
|
|
from .native_tests.math import * # noqa
|
|
from .native_tests.language import * # noqa
|
|
from .native_tests.unless import * # noqa
|
|
from .native_tests.when import * # noqa
|
|
from .native_tests.with_decorator import * # noqa
|