4 lines
80 B
Python
4 lines
80 B
Python
from webapp import webapp
|
|
|
|
if __name__ == '__main__':
|
|
webapp.run(debug=True) |