feat: Implement currency management with models, routes, and UI updates; add backfill script for existing records
This commit is contained in:
5
models/__init__.py
Normal file
5
models/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""
|
||||
models package initializer. Import the currency model so it's registered
|
||||
with the shared Base.metadata when the package is imported by tests.
|
||||
"""
|
||||
from . import currency # noqa: F401
|
||||
Reference in New Issue
Block a user