Moved some of the initialization into a metaclass
Most of the initialization is done once for all at the class creation instead of being done at each instantiation Now the .graph() method can become a class method and can be called directly on a class
Loading
Please register or sign in to comment