mirror of
https://github.com/wassname/wtforms-parsleyjs.git
synced 2026-06-27 18:27:26 +08:00
e0949570d5
various small improvements
4 lines
91 B
Python
4 lines
91 B
Python
from wtformsparsleyjs.sample import app
|
|
|
|
if __name__ == '__main__':
|
|
app.run(debug=True) |