diff --git a/b_asic/__init__.py b/b_asic/__init__.py
index 51bebc267b0e7802f347ecd6d3689e2b83d8ebe0..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 *