This commit is contained in:
2015-07-07 01:25:30 -04:00
commit a7ad9acdac
15 changed files with 316 additions and 0 deletions

View File

@ -0,0 +1,11 @@
import sqlite3
import classes
import majors
import random
from faker import Faker
def create():
pass
def seed():
pass