
The core shall from now on be only for the core language bits. Macro bits shall live in hy.macros and in hy.compiler. This cleans up garbage.
4 lines
36 B
Python
4 lines
36 B
Python
STDLIB = [
|
|
"hy.core.language"
|
|
]
|