mirror of https://github.com/KLayout/klayout.git
8 lines
88 B
Ruby
8 lines
88 B
Ruby
|
|
class NewSampleLibraryClass
|
||
|
|
|
||
|
|
def initialize
|
||
|
|
# TODO: add your code here
|
||
|
|
end
|
||
|
|
|
||
|
|
end
|