diff options
Diffstat (limited to 'Lib/operator.py')
-rw-r--r-- | Lib/operator.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/operator.py b/Lib/operator.py index d31a9a4..b60349f 100644 --- a/Lib/operator.py +++ b/Lib/operator.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 """ Operator Interface |