girl-sign/boot.py

4 lines
44 B
Python

from sign import App
app = App()
app.run()