justcheckers/main.py

6 lines
90 B
Python

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