hy/hy/core/__init__.py
Kodi Arfer 484daafa53 Move hy.core.reserved to hy.extra.reserved (#1231)
It was an odd one out by being in hy.core but needing to be called by a qualified name. It's at home in hy.extra.
2017-03-02 16:49:32 -06:00

5 lines
58 B
Python

STDLIB = [
"hy.core.language",
"hy.core.shadow"
]