mirror of
https://github.com/FAUSheppy/simple-webhook-handler
synced 2025-12-06 04:11:35 +01:00
4 lines
110 B
Python
4 lines
110 B
Python
import webhook_listener as server
|
|
def createApp(envivorment=None, start_response=None):
|
|
return server.app
|