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