fkhn

Results 2 comments of fkhn

moving from osxphotos/__init__.py to osxphotos/__main__.py the code part that should not be executed when used as a library might be the way to go. That would leave the logger declaration...

oups, wrong copy paste. The proposition was: ```python class Coordinate(bytes, Enum): """ Coordinate with binary codes that can be indexed by the int code. """ def __new__(cls, value, label, unit):...