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