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
sirius_cyber_corp example shows how to work with types in the top directory, however if the type is located in a folder, one has to make sure to import the type as follows:
importtop_folder.sub_folder.some_type# import like thistop_folder.sub_folder.some_type# use like this# This won't workimporttop_foldertop_folder.sub_folder.some_type# This will give an error
The text was updated successfully, but these errors were encountered:
sirius_cyber_corp
example shows how to work with types in the top directory, however if the type is located in a folder, one has to make sure to import the type as follows:The text was updated successfully, but these errors were encountered: