forked from orbit-oss/flask
3 lines
62 B
Python
3 lines
62 B
Python
#!/usr/bin/env python
|
|
from flask.testsuite import main
|
|
main()
|