How to pass arguments to __init__.py?

262 Views Asked by At

Considering a namespace package in python 3.7, how would I pass an argument to my package when I initialise it?

my_package
  __init__.py

I wish to be able to call my_package(arg).

Thank you,

0

There are 0 best solutions below