mirror of
https://github.com/wowlikon/LiB.git
synced 2026-02-04 04:31:09 +00:00
7 lines
88 B
Python
7 lines
88 B
Python
def main():
|
|
print("Hello from libraryapi!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|