Reorganize project structure
This commit is contained in:
11
checkaddy_app/main.py
Normal file
11
checkaddy_app/main.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from .app import CheckAddyApp
|
||||
|
||||
|
||||
def main() -> None:
|
||||
CheckAddyApp().run()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user