mirror of
https://github.com/skylanix/MamieHenriette.git
synced 2026-02-06 06:40:35 +01:00
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) |