The Internet Archive discovers and captures web pages through many different web crawls.
At any given time several distinct crawls are running, some for months, and some every day or longer.
View the web archive through the Wayback Machine.
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
Summary
I want to organize my code into submodules. How can I achive this?
Details
Say, I want to make such a structure:
I thought the following code makes it:
But instead I got
bar()inside of my_module, without any submodules.What am I doing wrong?
The text was updated successfully, but these errors were encountered: