Skip to content

Commit

Permalink
refactor: versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
wcxve committed Jan 31, 2024
1 parent f4a2b61 commit 3a34e27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/elisa/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import data, infer, model, util
from .__about__ import __version__ as __version__
from .data import * # noqa F403
from .infer import * # noqa F403
from .model import * # noqa F403
Expand Down

0 comments on commit 3a34e27

Please sign in to comment.