mirror of
https://github.com/skylanix/MamieHenriette.git
synced 2026-02-06 06:40:35 +01:00
4 lines
80 B
Python
4 lines
80 B
Python
from webapp import webapp
|
|
|
|
if __name__ == '__main__':
|
|
webapp.run(debug=True) |