girl-sign/boot.py

5 lines
44 B
Python
Raw Normal View History

from sign import App
2023-03-13 02:11:40 +00:00
app = App()
app.run()