Skip to content

Commit 6ad139f

Browse files
add import in utils/__init__.py
1 parent d398f0f commit 6ad139f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pysenal/utils/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# -*- coding: UTF-8 -*-
1+
# -*- coding: UTF-8 -*-
2+
from .logger import *
3+
from .utils import *

0 commit comments

Comments
 (0)