qrcode / test.py
Maameri
add base handler
3f6d4d2
raw history blame
No virus
143 Bytes
from handler import EndpointHandler
# init handler
my_handler = EndpointHandler(path=".")
# show results
print(my_handler({'name': 'sami'}))