girl-sign/boot.py

5 lines
44 B
Python

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