6 lines
114 B
Python
6 lines
114 B
Python
db_url = 'sqlite:///data'
|
|
quit_allowed = True
|
|
stop_allowed = False
|
|
show_tracebacks = True
|
|
input_encoding = 'utf8'
|