mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-05 00:53:00 +02:00
Renaming core modules to klayout.dbcore, klayout.rdbcore and klayout.tlcore
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
|
||||
# klayout library definition file
|
||||
|
||||
__all__ = [ "tl", "db", "lay", "rdb" ]
|
||||
|
||||
__all__ = ["tl", "db", "rdb"]
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
from dbcore import *
|
||||
@@ -0,0 +1 @@
|
||||
from rdbcore import *
|
||||
@@ -0,0 +1 @@
|
||||
from tlcore import *
|
||||
Reference in New Issue
Block a user