Files
2013-07-01 23:52:24 +02:00

4 lines
91 B
Python

from wtformsparsleyjs.sample import app
if __name__ == '__main__':
app.run(debug=True)