5 lines
95 B
Plaintext
5 lines
95 B
Plaintext
|
#!/usr/bin/env python3
|
||
|
# -*- coding: utf-8 -*-
|
||
|
import schort
|
||
|
application = schort.app.wsgi_app
|