mirror of
https://github.com/FAUSheppy/jeffrey_miller_flask_ftp
synced 2025-12-06 07:51:34 +01:00
4 lines
90 B
Python
4 lines
90 B
Python
import server
|
|
def createApp(envivorment=None, start_response=None):
|
|
return server.app
|