diff --git a/b_asic/__init__.py b/b_asic/__init__.py
index 8e40646f2c289094f3419c0e4ac50852c302ac7d..7f4b9555595310ce90afde48576bef59012912b3 100644
--- a/b_asic/__init__.py
+++ b/b_asic/__init__.py
@@ -5,7 +5,7 @@ ASIC toolbox that simplifies circuit design and optimization.
 # NOTE: If this import gives an error,
 # make sure the C++ module has been compiled and installed properly.
 # See the included README.md for more information on how to build/install.
-#from _b_asic import *
+from _b_asic import *
 # Python modules.
 from b_asic.core_operations import *
 from b_asic.graph_component import *