Files
aptly/system/t09_repo/__init__.py
T
2014-02-26 22:14:18 +04:00

10 lines
140 B
Python

"""
Testing local repo management
"""
from .add import *
from .create import *
from .drop import *
from .show import *
from .list import *