ToxiCheck / main.py
Tbruand
chore(): nitial commit - project structure
3ece550
raw
history blame contribute delete
81 Bytes
from app.interface import launch_app
if __name__ == '__main__':
launch_app()