Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Delgan committed Dec 7, 2024
1 parent ae3bfd1 commit 9ba9bf3
Show file tree
Hide file tree
Showing 5 changed files with 164 additions and 383 deletions.
4 changes: 4 additions & 0 deletions loguru/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@

import atexit as _atexit
import sys as _sys
import typing as _typing

from . import _defaults
from ._logger import Core as _Core
from ._logger import Logger as _Logger

if _typing.TYPE_CHECKING:
from ._logger import Logger as Logger

__version__ = "0.7.3"

__all__ = ["logger"]
Expand Down
368 changes: 0 additions & 368 deletions loguru/__init__.pyi

This file was deleted.

Loading

0 comments on commit 9ba9bf3

Please sign in to comment.