Kourosh
Kourosh

Reputation: 618

How to pass arguments to __init__.py?

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,

Upvotes: 0

Views: 248

Answers (0)

Related Questions