diff options
Diffstat (limited to 'ausbutler/goniec.py')
-rw-r--r-- | ausbutler/goniec.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ausbutler/goniec.py b/ausbutler/goniec.py index ed2dd3f..1261819 100644 --- a/ausbutler/goniec.py +++ b/ausbutler/goniec.py @@ -1,6 +1,8 @@ -from .tour_config import Constants import socket +from .tour_config import Constants + + class Goniec(object): def __init__(self, config): self.config = config |