mirror of
https://github.com/andreili/SBC_builder.git
synced 2025-09-16 02:01:12 +02:00
5 lines
73 B
Python
5 lines
73 B
Python
|
|
class Defconfig:
|
|
def __init__(self, name):
|
|
self.name = name
|