Rename truenas_migrate.py to migrate.py
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
6
migrate.py
Normal file
6
migrate.py
Normal 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()
|
||||
Reference in New Issue
Block a user