fosKeyMan
Loading...
Searching...
No Matches
main.py
Go to the documentation of this file.
2r"""
3Main entrance point for fosKeyMan.
4\author Bertram Richter, Xiaoli Song
5\date 2025
6"""
7
8from frontend.mainwindow import main
9
10if __name__ == "__main__":
11 main()