star_yuuki_bot/main.py
2021-12-07 07:26:38 +00:00

17 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!")