Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

Commit

Permalink
Make dummy fabric class for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tygoee committed Nov 22, 2023
1 parent 8036800 commit 59b2b9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/install/modloaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,10 @@ def build_processors(self) -> None:
bar.refresh()


class fabric:
pass


def inst_modloader(
modloader: Modloader,
modpack_version: str,
Expand Down

0 comments on commit 59b2b9f

Please sign in to comment.