Fix documentation formatting in instace class and add placeholder docstring for ram method

This commit is contained in:
2026-04-20 15:00:39 +02:00
parent 5f27dcd46d
commit 4f8c262df1
+2 -1
View File
@@ -13,7 +13,7 @@ class instace:
- name -> String - name -> String
Output: Output:
bool if the initiation works (True: generation worked; False: didnt work) - bool if the initiation works (True: generation worked; False: didnt work)
""" """
pass pass
@@ -22,6 +22,7 @@ class ussage:
pass pass
def ram(): def ram():
""""""
pass pass
def cpu(): def cpu():