Files
homelab_gamevault/software.py

14 lines
270 B
Python

class Software:
def __init__(self, directory):
self.directory = directory
self.info_file =
self.genre =
self.title =
self.description =
self.dependencies =
self.link_only =
self.extra_files =