mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-10 06:10:17 -04:00
small changes
This commit is contained in:
parent
b8903adeb8
commit
f96beee4b2
|
@ -1,6 +1,6 @@
|
||||||
""" Defines the table for storing resources """
|
""" Defines the table for storing resources """
|
||||||
# Import our mapped SQL types from SQLAlchemy
|
# Import our mapped SQL types from SQLAlchemy
|
||||||
from sqlalchemy import Integer, String, DateTime, ARRAY
|
from sqlalchemy import Integer, String, DateTime
|
||||||
# Import mapping capabilities from the SQLAlchemy ORM
|
# Import mapping capabilities from the SQLAlchemy ORM
|
||||||
from sqlalchemy.orm import Mapped, mapped_column, relationship
|
from sqlalchemy.orm import Mapped, mapped_column, relationship
|
||||||
# Import the EntityBase that we are extending
|
# Import the EntityBase that we are extending
|
||||||
|
@ -12,7 +12,7 @@ import enum
|
||||||
from sqlalchemy import Enum
|
from sqlalchemy import Enum
|
||||||
|
|
||||||
class ProgramEnum(enum.Enum):
|
class ProgramEnum(enum.Enum):
|
||||||
"""Determine program for Resource """
|
""" Determine program for Resource """
|
||||||
DOMESTIC = 'DOMESTIC'
|
DOMESTIC = 'DOMESTIC'
|
||||||
ECONOMIC = 'ECONOMIC'
|
ECONOMIC = 'ECONOMIC'
|
||||||
COMMUNITY = 'COMMUNITY'
|
COMMUNITY = 'COMMUNITY'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user