Renaming core modules to klayout.dbcore, klayout.rdbcore and klayout.tlcore

This commit is contained in:
Thomas Ferreira de Lima
2018-10-19 17:55:56 -04:00
parent 8ab4868d76
commit d3fa4465f6
8 changed files with 14 additions and 12 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
# klayout library definition file
__all__ = [ "tl", "db", "lay", "rdb" ]
__all__ = ["tl", "db", "rdb"]
+1
View File
@@ -0,0 +1 @@
from dbcore import *
+1
View File
@@ -0,0 +1 @@
from rdbcore import *
+1
View File
@@ -0,0 +1 @@
from tlcore import *