Computer Science, asked by Insanneeraj7152, 11 months ago

How to create python namespace packages in Python 3?

Answers

Answered by NganbaDeLem
1

idon't know please ask me later today i am so busy. please forgive me

Answered by xsmax
0

Answer:

Example of that given below

Explanation:

mynamespace/

   __init__.py

   subpackage_a/

       __init__.py

       ...

   subpackage_b/

       __init__.py

       ...

   module_b.py

setup.py

Similar questions