mirror of
https://github.com/FAUSheppy/homelab_gamevault
synced 2025-12-06 06:51:36 +01:00
14 lines
270 B
Python
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 =
|