Skip to content

Commit

Permalink
Merge pull request #2083 from glensc/factory-module
Browse files Browse the repository at this point in the history
Refactor: Add plextraktsync.factory module
  • Loading branch information
glensc authored Oct 21, 2024
2 parents e4ec1f3 + 674166f commit 3b22f2a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

from plextraktsync.util.Factory import Factory
from .Factory import Factory

factory = Factory()
logger = factory.logger
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ packages = [
"plextraktsync.logger",
"plextraktsync.media",
"plextraktsync.mixin",
"plextraktsync.factory",
"plextraktsync.plan",
"plextraktsync.plex",
"plextraktsync.plugin",
Expand Down

0 comments on commit 3b22f2a

Please sign in to comment.