Files
wtforms-parsleyjs/run.py
T

4 lines
99 B
Python

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