InfiniteMusic/infinite/__init__.py

10 lines
296 B
Python
Raw Permalink Normal View History

2022-02-27 07:35:44 +00:00
'''
Copyright Ghink Network Studio © 2014
MIT Fengming High School Techy Group & Radio Station
Website: https://www.ghink.net, https://radio.fmhs.club, https://techy.fmhs.club
Main Program by Bigsk (https://www.xiaxinzhe.cn)
'''
from flask import Flask
APP = Flask("GeSong System")