okfn-brasil / serenata-toolbox

📦 pip module containing code shared across Serenata de Amor's projects | ** Este repositório não recebe atualizações frequentes **
MIT License
154 stars 69 forks source link

Fix init file #5

Closed jonDel closed 7 years ago

jonDel commented 7 years ago

Fix package init file by removing dummy helloworld function and including the proper import statements, making calls to functions/classes more straightforward, without the need to refer to the submodules. Ex:

#python3
>>>from serenata_toolbox import CEAPDataset
>>>from serenata_toolbox fimport fetch_latest_backup
>>>from serenata_toolbox import Reimbursements