justcheckers/main.py

6 lines
90 B
Python
Raw Normal View History

from justcheckers import app
if __name__ == '__main__':
app.JustCheckersApp().run()