Database files renamed
This commit is contained in:
@ -1,10 +1,7 @@
|
||||
# Graphing package
|
||||
import matplotlib.pyplot as plt
|
||||
# Database class
|
||||
from database import database
|
||||
from sqlite3 import Error
|
||||
|
||||
class Graph:
|
||||
class Matplotlib_Graph:
|
||||
"""Prebuilt graphing functions to make visual represention of fitness data."""
|
||||
|
||||
|
||||
@ -3,9 +3,9 @@ from sqlite3 import Error
|
||||
import os
|
||||
|
||||
|
||||
class Database:
|
||||
class SQL_Database:
|
||||
"""Main database class that controls all the functionality for input /
|
||||
out of the database."""
|
||||
out of the database using SQLite3."""
|
||||
|
||||
|
||||
def __init__(self):
|
||||
Reference in New Issue
Block a user