5 lines
142 B
Python
5 lines
142 B
Python
from .core.warnings import high
|
|
|
|
high("DEPRECATED! Please use my.hackernews.materialistic instead.")
|
|
|
|
from .hackernews.materialistic import *
|