mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-06 15:11:35 +01:00
4 lines
90 B
Python
4 lines
90 B
Python
import server
|
|
def createApp(envivorment=None, start_response=None):
|
|
return server.app
|