Skip to content

Commit f7153f1

Browse files
committed
chore: Improved code linting and organization
1 parent c1b5306 commit f7153f1

File tree

19 files changed

+491
-161
lines changed

19 files changed

+491
-161
lines changed

nada_algebra/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
from nada_algebra.array import NadaArray
2-
from nada_algebra.funcs import *
1+
"""This is the __init__.py module"""
2+
3+
from nada_algebra.funcs import *

0 commit comments

Comments
 (0)