From 80e7c2640e34ba90137b41dafb7b9d39c4bf6360 Mon Sep 17 00:00:00 2001 From: tretrauit Date: Sat, 17 Jun 2023 22:20:52 +0700 Subject: [PATCH] feat: export more --- vollerei/hsr/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vollerei/hsr/__init__.py b/vollerei/hsr/__init__.py index bbe083c..f73849e 100644 --- a/vollerei/hsr/__init__.py +++ b/vollerei/hsr/__init__.py @@ -1,6 +1,6 @@ # Re-exports -from vollerei.hsr.patcher import Patcher +from vollerei.hsr.patcher import Patcher, PatchType from vollerei.hsr.launcher import Game, GameChannel -__all__ = ["Patcher", "Game", "GameChannel"] +__all__ = ["Patcher", "PatchType", "Game", "GameChannel"]