7 lines
98 B
Python
7 lines
98 B
Python
def main():
|
|
print("Hello from zotero-paper-fetcher!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|