File size: 201 Bytes
3bdb76c |
1 2 3 4 |
print("DEPRECATION NOTICE: this module (dreamcoder.ec) will be deleted soon, "
"please update your code to import from dreamcoder.dreamcoder instead")
from dreamcoder.dreamcoder import * # noqa
|