Skip to content

Commit

Permalink
Add: Add MergeStrategy to pontos.git module and add __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernricks committed Dec 5, 2022
1 parent af699ba commit 267c18d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pontos/git/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

from .git import Git, GitError
from .git import Git, GitError, MergeStrategy

__all__ = ("Git", "GitError", "MergeStrategy")

0 comments on commit 267c18d

Please sign in to comment.