mirror of
https://github.com/barkeser2002/srtranslator-bariskeser.git
synced 2026-09-25 02:29:51 +03:00
5 lines
74 B
Python
5 lines
74 B
Python
import os
|
|
from .srt_file import SrtFile
|
|
|
|
os.environ["MOZ_HEADLESS"] = "1"
|