idea131-fleetopt-verifiable.../core/__init__.py

6 lines
175 B
Python

"""Core package for FleetOpt MVP.
This file marks the core directory as a Python package to ensure
reliable imports like `from core.models import ...` in tests and code.
"""