mirror of
https://github.com/andreili/SBC_builder.git
synced 2025-08-23 11:04:04 +02:00
8 lines
119 B
Python
8 lines
119 B
Python
import json, os
|
|
from pathlib import Path
|
|
from . import *
|
|
|
|
class Software:
|
|
def __init__(self):
|
|
print("Hi!")
|