initial
This commit is contained in:
3
app/content/__init__.py
Normal file
3
app/content/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from .profiler import ContentProfiler
|
||||
from .extractors import ContentExtractor
|
||||
__all__ = ['ContentProfiler', 'ContentExtractor']
|
||||
Reference in New Issue
Block a user