mirror of
https://github.com/sortedcord/alemno-payments.git
synced 2026-07-22 04:02:49 +05:30
7 lines
93 B
Python
7 lines
93 B
Python
def main():
|
|
print("Hello from alemno-payments!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|