Files
Font-Guessing-Game/main.py
2021-12-24 18:14:59 +01:00

5 lines
72 B
Python

from font_game.web import app
if __name__ == "__main__":
app.run()