File size: 112 Bytes
b4db160
964758c
b4db160
0407e53
 
1
2
3
4
5
import os
os.system("playwright install --only-shell chromium")

import frontend
frontend.app.launch(debug=True)