#!/usr/bin/python3

from latre.app import LaTreApp
from latre import data

if __name__ == '__main__':
	app = LaTreApp()
	app.run(None)
