Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 414 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 414 Bytes

python-namespace-demo-base

This is a base GIT repository with all shared modules and functions in a namespaced package callede namespace_demo

Common Functions

There are two common functions in this GIT repository.

from namespace_demo.base.base_module import random_name

Generates a random name

from namespace_demo.base.shared import hello_world

Prints hello world or hello {name}