mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Conform to other files' __all__
This commit is contained in:
parent
ae6cc40fb5
commit
d730d0064c
@ -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…
Reference in New Issue
Block a user