mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-08-13 11:02:41 +02:00
Conform to other files' __all__
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user