Files
s2p_banking_system/server/class_base.py
2024-06-07 19:12:22 +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()