| Total Complexity | 0 | 
| Total Lines | 13 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | #!/usr/bin/env python3  | 
            ||
| 2 | # -*- coding: utf-8 -*-  | 
            ||
| 3 | """  | 
            ||
| 4 | Created on Fri Jul 5 16:39:30 2019  | 
            ||
| 5 | |||
| 6 | @author: Paolo Cozzi <[email protected]>  | 
            ||
| 7 | """  | 
            ||
| 8 | |||
| 9 | |||
| 10 | # A class to deal with template import errors  | 
            ||
| 11 | class ExcelImportError(Exception):  | 
            ||
| 12 | pass  | 
            ||
| 13 |