9 lines
195 B
Python
9 lines
195 B
Python
#!/usr/bin/env python3
|
|
"""CLI alias for the generic lossless FalkorDB project snapshot exporter."""
|
|
|
|
from export_yunyou_libo_full_graph_bundle import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|