first commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import json
|
||||
import csv
|
||||
def main():
|
||||
print("Hello World")
|
||||
if __name__ =="__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user