We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01fb9e3 commit e3a2393Copy full SHA for e3a2393
1 file changed
source-code/command-line-arguments/Fire/calculator.py
@@ -1,6 +1,7 @@
1
#!/usr/bin/env python
2
-import fire
+
3
import calculations
4
+import fire
5
6
7
if __name__ == '__main__':
0 commit comments