diff --git a/cheat/__init__.py b/cheat/__init__.py index 50b5a16..04d9a4c 100644 --- a/cheat/__init__.py +++ b/cheat/__init__.py @@ -1,3 +1,3 @@ -import sheet -import sheets -import utils +from . import sheet +from . import sheets +from . import utils