fmartingr.com-legacy/runserver.py

7 lines
96 B
Python

# -*- coding: utf-8 -*-
from fmartingrcom import app
if __name__ == '__main__':
app.run()