Skip to content

Instantly share code, notes, and snippets.

@ldotlopez
Last active May 17, 2024 10:21
Show Gist options
  • Save ldotlopez/608ae37315c252e440bf354662e7320c to your computer and use it in GitHub Desktop.
Save ldotlopez/608ae37315c252e440bf354662e7320c to your computer and use it in GitHub Desktop.
Android motion photos tool
#!/usr/bin/env python
__doc__ = """
Integrated into mediatools:
https://github.com/ldotlopez/ocdutils/
"""
def main():
print(__doc__)
if __name__ == "__main__":
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment