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