mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
Conform to other files' __all__
This commit is contained in:
parent
ae6cc40fb5
commit
d730d0064c
1 changed files with 1 additions and 3 deletions
|
|
@ -11,9 +11,7 @@ import requests
|
||||||
from .organizer import Organizer
|
from .organizer import Organizer
|
||||||
from .utils import rename, stream_to_path
|
from .utils import rename, stream_to_path
|
||||||
|
|
||||||
__all__ = [
|
__all__ = ["Norbert"]
|
||||||
"Norbert",
|
|
||||||
]
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
class Norbert:
|
class Norbert:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue