mirror of
https://github.com/vladmandic/automatic
synced 2026-09-01 18:46:53 +02:00
6 lines
170 B
Python
6 lines
170 B
Python
from modules.dml.memctl.memctl import MemoryControl
|
|
|
|
class UnknownMemoryControl(MemoryControl):
|
|
def mem_get_info(index: int):
|
|
return (1073741824, 1073741824)
|