7 lines
82 B
Python
7 lines
82 B
Python
|
from app import *
|
||
|
|
||
|
def main():
|
||
|
RunWeb()
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
main()
|