from ifcdashboard.app import app
from ifcdashboard.callbacks import *

if __name__ == '__main__':
    app.run_server(debug=True)
