diff options
Diffstat (limited to 'itemList.py')
-rw-r--r-- | itemList.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/itemList.py b/itemList.py index 527c837..6252946 100644 --- a/itemList.py +++ b/itemList.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + class itemList: def __init__(self, observer): self.data = [] |