namespace Jungle {

    export namespace IO {


        /**
         * A resource has a simple IO system that has the basic lining 
         */
        export class ResourceIO{

        }

        export class ResourceShell{

        }
    }


}
