shlax/podctl/container.py
2020-02-12 12:01:47 +01:00

6 lines
72 B
Python

from .visitable import Visitable
class Container(Visitable):
pass