mirror of
https://git.hiabuto.net/C3MA/CCMA.git
synced 2026-07-01 11:14:52 +02:00
5 lines
65 B
Python
5 lines
65 B
Python
from ccma.app import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|