From ce52908ca0fe1383008d04197504dbdce4d9d04d Mon Sep 17 00:00:00 2001 From: oclaim Date: Tue, 1 Jul 2025 15:34:36 -0400 Subject: [PATCH] Removed useless import --- src/PDOLib/__init__.py | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/src/PDOLib/__init__.py b/src/PDOLib/__init__.py index 2af6c2b..6dac21a 100644 --- a/src/PDOLib/__init__.py +++ b/src/PDOLib/__init__.py @@ -1,14 +1 @@ -from NoPELib.expansion import Expansion -from NoPELib.expansion import PlayerExpansion - -class PDO(Expansion): - ID = 'PDO' - - def __init__(self, *args, **kwargs): - super().__init__(*args, **kwargs) - -class PlayerPDO(PlayerExpansion): - ID = 'PDO' - - def __init__(self, *args, **kwargs): - super().__init__(*args, **kwargs) \ No newline at end of file +from NoPELib.player_settings import Expansion