Files
s2p_banking_system/database/class_base.py
2024-06-07 19:41:33 +02:00

6 lines
144 B
Python

# Lucas Mathews - Fontys Student ID: 5023572
# Banking System Base Class
from sqlalchemy.orm import declarative_base
Base = declarative_base()