dl-backtrace 0.0.2.dev3__py3-none-any.whl → 0.0.7__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of dl-backtrace might be problematic. Click here for more details.

dl_backtrace/__init__.py CHANGED
@@ -1 +0,0 @@
1
- print('here....')
@@ -1,2 +1 @@
1
- from dl_backtrace.pytorch_backtrace.backtrace import Backtrace
2
- from dl_backtrace.pytorch_backtrace.backtrace.utils import *
1
+ from .backtrace import *
@@ -1 +1,4 @@
1
- from .backtrace import Backtrace
1
+ from .backtrace import Backtrace
2
+
3
+ from .utils import *
4
+ from .config import *