import response from bottle

This commit is contained in:
Dita Aji Pratama 2024-12-30 13:51:20 +07:00
parent 9a6df51d76
commit 36cc53ca08

View File

@ -1,3 +1,5 @@
from bottle import response
host = "localhost" host = "localhost"
port = 11000 port = 11000
reloader = False reloader = False