Reverted back to old style of attributes.

This commit is contained in:
danielwilczak101
2020-11-03 11:47:56 -05:00
parent cae4314581
commit 5b6dc8348a
4 changed files with 45 additions and 153 deletions

View File

@ -45,6 +45,7 @@ def create_chromosome(conn, chromosome):
conn.commit()
return cur.lastrowid
def main():
database = r"database.db"