From b9b64aa313a45ab53f856242b4ce5ddb151533fb Mon Sep 17 00:00:00 2001 From: Viljami Ilola <+@hix.fi> Date: Sat, 20 Apr 2024 21:39:07 +0300 Subject: sfx subpackage --- src/sliceitoff/sfx/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/sliceitoff/sfx/__init__.py (limited to 'src/sliceitoff/sfx/__init__.py') diff --git a/src/sliceitoff/sfx/__init__.py b/src/sliceitoff/sfx/__init__.py new file mode 100644 index 0000000..c2256bc --- /dev/null +++ b/src/sliceitoff/sfx/__init__.py @@ -0,0 +1,2 @@ +""" sfx - sound effects loading and playing """ +from .sfx import sfx -- cgit v1.2.3