SistemaNotas / run.py
Gualguanosky
ARCHIVOS VARIOS
08c979a
raw
history blame contribute delete
No virus
127 Bytes
from streamlit import bootstrap
real_script = 'view/MainView.py'
bootstrap.run(real_script, f'run.py {real_script}', [], {})