Make files executable

This commit is contained in:
Midgard 2019-03-27 23:27:39 +01:00
parent 59140c900e
commit 2fadfe8a5f
3 changed files with 2 additions and 0 deletions

2
import_quotes.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
from flask import Flask, request, Response, abort, render_template
from flask_sqlalchemy import SQLAlchemy
from flask_migrate import Migrate

0
run_dev.py Normal file → Executable file
View File

0
setup_database.py Normal file → Executable file
View File