#!/box/6venv/bin/python3
import runpy
runpy.run_module("telegram_export", run_name="__main__", alter_sys=True)
