You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do you create a package so that the following reference will work?
p = mytools.myparser.MyParser()
Declare the myparser package in mytools.py
Create an init.py in the home dir
Inside the mytools dir create a init.py and myparser.py
Create a myparser.py directory inside the mytools directory
This can not be done
The text was updated successfully, but these errors were encountered:
How do you create a package so that the following reference will work?
p = mytools.myparser.MyParser()
Declare the myparser package in mytools.py
Create an init.py in the home dir
Inside the mytools dir create a init.py and myparser.py
Create a myparser.py directory inside the mytools directory
This can not be done
The text was updated successfully, but these errors were encountered: