SBC_builder/scripts/software.py
2025-06-11 23:57:04 +02:00

8 lines
119 B
Python

import json, os
from pathlib import Path
from . import *
class Software:
def __init__(self):
print("Hi!")