Files
aptly/system/t09_repo/__init__.py
T
2014-02-26 13:08:55 +04:00

9 lines
120 B
Python

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