Merge pull request #4 from KevinMidboe/CLI

Added exceptions file.
This commit is contained in:
2018-10-17 23:35:49 +02:00
committed by GitHub

5
src/exceptions.py Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env python3.6
class InsufficientInfoError(Exception):
pass