feat: add python.ts
This commit is contained in:
14
python-ts/main.ts
Normal file
14
python-ts/main.ts
Normal 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 ...
|
||||||
Reference in New Issue
Block a user