Total Complexity | 0 |
Total Lines | 7 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | #!/usr/bin/python |
||
2 | # -*- coding: utf-8 -*- |
||
3 | 1 | from kuon.watcher.adapters.pricing_adapter import PricingAdapterBase |
|
4 | 1 | from kuon.watcher.adapters.sales_adapter import SalesAdapterBase |
|
5 | |||
6 | __all__ = [PricingAdapterBase, SalesAdapterBase] |
||
7 |