govorov/backend/app/models/__init__.py

3 lines
60 B
Python
Raw Normal View History

2025-04-07 09:02:54 +02:00
from .base import Base
from .calculation import Calculation