6 lines
81 B
Python
6 lines
81 B
Python
from cloudinit.distros import opensuse
|
|
|
|
|
|
class Distro(opensuse.Distro):
|
|
pass
|