* New powerful and typed GoogleExtractor and GoogleService with Google Drive, Spreadsheets, Forms and Google Analytics (GA4) and Search Console (GSC) support. Read files, download and export them with ease.
* New drive_path() util function. Store downloaded and other files in data/drive folder and get an absolute path quickly.
* New powerful MimeType enum class util with getExtFromMimeType() and getMimeTypeFromExt(). from arkalos.utils import MimeType
* New URL utils module: URLSearchParams and URL Classes with similar API as JavaScript.
* New String utils module. from arkalos.utils import strx
* New Math utils module and asym_gaussian(). from arkalos.utils import mathx.
* New File utils module. From arkalos.utils import filex
* New Dict utils module with add_count_col(), sort_by_col(), sort_by_col_desc(), filter_by_col(). from arkalos.utils import dictx
---
* Updated Log system. Now it also logs the file and a function where Log was called.
* Updated started project template and folder structure and .env.example
---
* Fixed unused import in NotionExtractor