mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-06-06 10:45:22 +00:00
6 lines
88 B
Python
6 lines
88 B
Python
def main():
|
|
print("Hello from liteyukibot!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main() |