Skip to content

Commit

Permalink
database - export the update submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCampinoti94 committed Jun 21, 2024
1 parent 3ee28e2 commit 8c93cfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion acacore/database/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from . import update
from .base import Column
from .base import model_to_columns
from .base import SelectColumn
from .base import Table
from .base import model_to_columns
from .files_db import FileDB

0 comments on commit 8c93cfc

Please sign in to comment.