Add Flask-based application for collecting and archiving Mastodon posts from configured accounts. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
4 lines
95 B
Python
4 lines
95 B
Python
"""Allow running the collector with `python -m app`."""
|
|
from app.collector import main
|
|
|
|
main()
|