mirror of
https://github.com/wassname/wtforms-parsleyjs.git
synced 2026-06-27 19:02:10 +08:00
5c4a5af873
cleaned up package structure included read me
4 lines
91 B
Python
4 lines
91 B
Python
from wtformsparsleyjs.sample import app
|
|
|
|
if __name__ == '__main__':
|
|
app.run(debug=True) |