We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0317b69 commit 86800acCopy full SHA for 86800ac
pythowo.py
@@ -4,13 +4,13 @@
4
# IMPOWORTS
5
#######################################
6
7
-from stwings_with_awwows import *
8
-
9
-import string
10
-import os
11
import math
+import os
+import string
12
import sys
13
+from stwings_with_awwows import *
+
14
15
# CONSTAWANTS
16
test/test_stwing.py
@@ -1,4 +1,5 @@
1
import unittest
2
3
import pythowo
0 commit comments