init package and add first subpackages

This commit is contained in:
Markus Clauß
2023-02-27 17:07:04 +01:00
commit 1b4ce18eca
16 changed files with 1658 additions and 0 deletions

4
src/paveit/__init__.py Normal file
View File

@@ -0,0 +1,4 @@
# main __init__.py
from .analysis import *
from .helper import *
from .labtest import *