mirror of
https://github.com/wassname/wtforms-parsleyjs.git
synced 2026-07-11 19:52:11 +08:00
4 lines
99 B
Python
4 lines
99 B
Python
from wtformsparsleyjs.samples.sample import app
|
|
|
|
if __name__ == '__main__':
|
|
app.run(debug=True) |