5 lines
95 B
Python
5 lines
95 B
Python
|
|
"""Allow running the collector with `python -m app`."""
|
||
|
|
from app.collector import main
|
||
|
|
|
||
|
|
main()
|