Major refactor for improved documentation and readability
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
'''
|
||||
Models for the main submission types.
|
||||
'''
|
||||
from . import Base
|
||||
from sqlalchemy import Column, String, TIMESTAMP, INTEGER, ForeignKey, Table, JSON, FLOAT
|
||||
from sqlalchemy.orm import relationship
|
||||
|
||||
Reference in New Issue
Block a user