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"]