comment-server/main.py
2019-05-25 22:44:27 -04:00

2 lines
38 B
Python

from src.app import run_app
run_app()