added module check to main

pull/4/head
Blake DeMarcy 2017-03-03 18:15:09 -06:00
parent fc26126498
commit d23e23dbca
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
from src import schema
from src import server
server.run("localhost", 7066)
if __name__ == '__main__':
server.run("localhost", 7066)