Fixed naming convention.

This commit is contained in:
SimpleArt
2021-07-10 12:41:21 -04:00
parent b755ea1502
commit b84094ad09
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ import matplotlib.pyplot as plt
import numpy as np
class Matplotlib_Graph:
class MatplotlibGraph:
"""Prebuilt graphing functions to make visual
represention of fitness data."""

View File

@ -4,7 +4,7 @@ from sqlite3 import Error
from tabulate import tabulate
class SQL_Database:
class SQLDatabase:
"""Main database class that controls all the functionality for input /
out of the database using SQLite3."""