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
If a method/property defined on unexisting namespace, it should be automagically created.
USE CASE: documenting nodeca.shared.blogs.do_somthing() requries both shared and shared.blogs to be explicitly defined (to correctly build menu and breadcrumbs), but it's kinda stupid to have namespace stubs in each file.