Files
aptly/system/t04_mirror/__init__.py
T

9 lines
119 B
Python

"""
Testing mirror management
"""
from .create import *
from .show import *
from .list import *
from .update import *