5 lines
84 B
Python
5 lines
84 B
Python
#!/usr/bin/env python
|
|
from migrate.versioning.shell import main
|
|
|
|
main(%(defaults)s)
|