6 lines
50 B
Plaintext
6 lines
50 B
Plaintext
|
#!/usr/bin/python3
|
||
|
|
||
|
import flask
|
||
|
|
||
|
# vi: ft=python
|