/criandoPacotePython

Criação de pacote em Python

Primary LanguagePython

package_name

Description. The package package_name is used to: - -

Installation

Use the package manager pip to install package_name

pip install package_name

Usage

from package_name import file1_name
file1_name.my_function()

Author

My_name

License

MIT