* Create XWrapper.py & ChanWrapper.py * Tests for in XWrapper & ChanWrapper * MAX_COMMENTS in social.py * Soddisfatto Giacomo * unified_timestamp
6 lines
186 B
Python
6 lines
186 B
Python
from app.api.social.reddit import RedditWrapper
|
|
from app.api.social.x import XWrapper
|
|
from app.api.social.chan import ChanWrapper
|
|
|
|
__all__ = ["RedditWrapper", "XWrapper", "ChanWrapper"]
|