Mithil467/mitype

View on GitHub
mitype/__main__.py

Summary

Maintainability
A
0 mins
Test Coverage
"""Mitype."""

from mitype.app import App

if __name__ == "__main__":
    App()