5 lines
107 B
Python
5 lines
107 B
Python
from webapp import webapp
|
|
from discordbot import client
|
|
|
|
if __name__ == '__main__':
|
|
webapp.run(debug=True) |