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