We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d271fac commit 634a20cCopy full SHA for 634a20c
babel_runner.py
@@ -1,9 +1,11 @@
1
#!/usr/bin/venv python3
2
"""Script for handling translations with Babel"""
3
+from __future__ import annotations
4
5
import argparse
6
import os
7
import subprocess
8
+
9
import tomllib
10
11
PROJECT_DIR = os.path.dirname(os.path.abspath(__file__))
0 commit comments