mirror of
https://git.ikl.sh/132ikl/liteshort.git
synced 2023-08-10 21:13:04 +03:00
6 lines
69 B
Python
6 lines
69 B
Python
|
from liteshort import app
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
app.run()
|
||
|
|