creates utils module and moves gworkseet there

This commit is contained in:
msramalho
2022-02-23 16:24:59 +01:00
parent 2601313249
commit 1d62009c4f
4 changed files with 5 additions and 3 deletions

2
utils/__init__.py Normal file
View File

@@ -0,0 +1,2 @@
# we need to explicitly expose the available imports here
from .gworksheet import GWorksheet