This website requires JavaScript.
Explore
Help
Sign In
r00t2
/
aif-site
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Activity
Files
master
aif-site
/
run.py
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
7 lines
98 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
initial commit
2019-11-12 01:39:34 -05:00
#!/usr/bin/env python3
from
app
import
app
if
__name__
==
'__main__'
:
app
.
run
(
debug
=
True
)
Reference in New Issue
Copy Permalink