diff --git a/pocket_friends/game_files/surfaces/__init__.py b/pocket_friends/game_files/surfaces/__init__.py index 6867d8e..e69de29 100644 --- a/pocket_friends/game_files/surfaces/__init__.py +++ b/pocket_friends/game_files/surfaces/__init__.py @@ -1,6 +0,0 @@ -import os -__all__ = [] -for module in os.listdir(os.path.dirname(os.path.abspath(__file__))): - if module != '__init__.py' and module[-3:] == '.py': - __all__.append(module) -