Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
From my understanding, access is restricted to the scope it was imported in. However, should you decide to import it again in a different scope (or the same scope, on a different invocation), you don't actually load the module again, you just get its reference.
More info:
http://stackoverflow.com/questions/3106089/python-import-scope
http://stackoverflow.com/questions/3095071/in-python-what-happens-when-you-import-inside-of-a-function