Files
wtforms-parsleyjs/run.py
T
Johannes Gehrs 5c4a5af873 many improvements
cleaned up package structure
included read me
2013-06-30 17:05:16 +02:00

4 lines
91 B
Python

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