add new pyscript project files

This commit is contained in:
Fabio Pliger
2022-02-28 16:05:19 -06:00
parent cb4bec30bf
commit e619288555
10 changed files with 324 additions and 0 deletions

7
pyscriptjs/src/main.ts Normal file
View File

@@ -0,0 +1,7 @@
import App from "./App.svelte";
const app = new App({
target: document.body,
});
export default app;