Rename truenas_migrate.py to migrate.py

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-04 22:10:53 -05:00
parent 5f7ef09ad5
commit 26279f91e8

6
migrate.py Normal file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env python3
"""Compatibility shim delegates to the truenas_migrate package."""
from truenas_migrate.cli import main
if __name__ == "__main__":
main()