File size: 119 Bytes
c6196c0
3a63b3c
 
 
1e333df
c6196c0
1
2
3
4
5
6
from streamjoy.ui import App
from streamjoy.settings import config

config["scratch_dir"] = "/.cache"

App().servable()