We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac77a13 commit ebf0202Copy full SHA for ebf0202
18.py
@@ -0,0 +1,6 @@
1
+def main():
2
+ file = open("swan/deltas", "r")
3
+
4
5
+if __name__ == "__main__":
6
+ main()
0 commit comments