Skip to content

Commit

Permalink
print sys to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzouz-Thuderoz committed Feb 18, 2024
1 parent c8dfb83 commit 25ed082
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/zbmath_rest2oai/write_local_test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import json

import requests
import os

from requests.auth import HTTPBasicAuth

from zbmath_rest2oai import getAsXml
import sys

def write_oai(x, api_source):
test_xml = getAsXml.final_xml2(x, api_source)
return

if __name__ == '__main__':

print(write_oai(sys.argv[1], sys.argv[2]))

0 comments on commit 25ed082

Please sign in to comment.