Files
aptly/system/t04_mirror/__init__.py
2014-01-21 18:07:06 +04:00

9 lines
119 B
Python

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