feat: export more

This commit is contained in:
tretrauit 2023-06-17 22:20:52 +07:00
parent 4be8ffecec
commit 80e7c2640e

View File

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