Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tiadams authored May 29, 2024
1 parent 7d64247 commit df67ef7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions datastew/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# root dir files
from datastew import visualisation
from datastew import mapping
from datastew import embedding

from datastew.process import mapping
from datastew.process import ols
from datastew.process import parsing

from datastew.repository import base
from datastew.repository import model
from datastew.repository import sqllite
# packages
from datastew import process
from datastew import repository

0 comments on commit df67ef7

Please sign in to comment.