Skip to content

Commit

Permalink
Promote Expressions to public API
Browse files Browse the repository at this point in the history
  • Loading branch information
VianneyMI committed Aug 29, 2023
1 parent c4c9621 commit 6c49cce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion monggregate/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
"""App Package"""

from monggregate.pipeline import Pipeline
from monggregate.expressions import Expression
from monggregate.dollar import S, SS
from monggregate.pipeline import Pipeline


__version__ = "0.15.0"
__author__ = "Vianney Mixtur"
Expand Down

0 comments on commit 6c49cce

Please sign in to comment.