5 lines
82 B
Python
5 lines
82 B
Python
|
|
from src.app import App
|
||
|
|
|
||
|
|
if __name__ == "__main__":
|
||
|
|
app = App()
|
||
|
|
app.main()
|