#!/usr/bin/env python3
from app.MainBase import MainBase

def main():
    MainBase()

if __name__ == "__main__":
    main()
