Refactored __main__, added sphinx docs

This commit is contained in:
Rhet Turnbull
2021-01-23 22:25:49 -08:00
parent 8491830ee5
commit 51f69585be
69 changed files with 4186 additions and 4001 deletions

2
cli.py
View File

@@ -12,7 +12,7 @@
"""
from osxphotos.__main__ import cli
from osxphotos.cli import cli
if __name__ == "__main__":
cli()