Files
s2p_banking_system/cli/class_base.py
2024-06-20 22:25:26 +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()