Initial commit

This commit is contained in:
BarsTiger
2023-06-21 16:21:51 +03:00
commit d5948233c7
5 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
from DragonionServer import main
if __name__ == '__main__':
main()