mirror of
https://github.com/star-inc/star_yuuki_bot.git
synced 2024-11-10 09:12:44 +08:00
16 lines
421 B
Python
Executable file
16 lines
421 B
Python
Executable file
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
"""
|
|
Star Yuuki Bot - Yuuki
|
|
~~~~~~~~~~~
|
|
This is a main program in SYB.
|
|
It`s belong to Star Yuuki(pYthon) Bot Project of Star Neptune Bot
|
|
|
|
Version: v8.0
|
|
|
|
Copyright(c) 2021 Star Inc. All Rights Reserved.
|
|
The software licensed under Mozilla Public License Version 2.0
|
|
"""
|
|
|
|
if __name__ == "__main__":
|
|
print("Star Yuuki BOT - Start Successful!")
|