Add shebangs

pull/432/head
Callum Leslie 3 years ago
parent a0a5702965
commit fc4d292296

@ -1,3 +1,4 @@
#!/usr/bin/env python3
from pathlib import Path
from typing import Tuple
import re

@ -1,3 +1,4 @@
#!/usr/bin/env python3
################################
# Your TTS imports, etc.
# ...

@ -1,3 +1,4 @@
#!/usr/bin/env python3
from gtts import gTTS
max_chars = 0

Loading…
Cancel
Save