feat: add python.ts

This commit is contained in:
2026-01-12 08:59:33 +08:00
parent fa217ce0f2
commit b8efe22886

14
python-ts/main.ts Normal file
View File

@@ -0,0 +1,14 @@
#!/usr/bin/env runts -- --allow-env --allow-run
const PYTHON_CONFIG_FILE = "~/.config/python-config.json";
interface PythonConfig {
// TODO
}
async function main() {
// TODO ...
}
await main();
// TODO ...